| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
The workaround would no longer work in future versions
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Co-authored-by: wookie184 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lovering <[email protected]>
Co-authored-by: ChrisJL <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Bump ruff from 0.0.265 to 0.0.267
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.267.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fix linting errors from new ruff rules
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lovering <[email protected]>
|
| |
|
|
|
|
|
| |
Co-authored-by: wookie184 <[email protected]>
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| |
|
| |
|
|
|
| |
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Since there are some comands that work in DMs, we should allow the command to be ran there.
|
| |
|
|
|
|
|
|
| |
Specifying root_aliases causes bookmark delete to be registered as a command rather than subcommand, which causes it to be listed even though subcommands usually aren't, and this isn't done correctly.
Co-authored-by: wookie184 <[email protected]>
|
|
|
| |
Co-authored-by: Xithrius <[email protected]>
|
|
|
| |
`parent` already has a trailing space so let's not add *another* one.
|
| |
|
| |
|
| |
|
|
|
|
| |
add exceptions and handler for commands that move locations
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|
|
| |
since the restructure of lancebot, this code was incorrect, and is no longer blacklisting itself.
|
|
Part of this restructure involves splitting out the massive evergreen
folder into a `fun` folder and then a `utilities` folder. To help with
that we've rename the `util` folder to `core`.
The core functions to run the bot have been moved into this folder.
`.source`, `.ping`, and `.int e` have been moved into this folder.
|