| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Bump botcore version (#1180) | 2022-12-28 | -1/+1 | |
| | | | | Co-authored-by: Amrou Bellalouna <[email protected]> | |||
| * | Ignore ellipses when suggesting commands | 2022-12-14 | -1/+3 | |
| | | ||||
| * | updated bot/exts/core/help.py for Issue #1122 | 2022-10-29 | -1/+1 | |
| | | ||||
| * | Async load and unload exts in the extensions cog | 2022-09-21 | -9/+9 | |
| | | ||||
| * | Support discord.py's new async cog loading | 2022-09-21 | -12/+12 | |
| | | ||||
| * | Use extension utils from bot-core | 2022-09-21 | -13/+12 | |
| | | ||||
| * | Remove call to on_command_error that shouldn't be there. | 2022-09-06 | -2/+1 | |
| | | ||||
| * | Allow help in DMs | 2022-08-19 | -0/+2 | |
| | | | | | Since there are some comands that work in DMs, we should allow the command to be ran there. | |||
| * | Don't output command name twice in help command | 2022-08-19 | -1/+0 | |
| | | ||||
| * | Update help command to work with root_aliases | 2022-08-19 | -1/+3 | |
| | | | | | | | 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]> | |||
| * | Help command fix, normalize suggestions for unknown commands (#1064) | 2022-08-18 | -33/+50 | |
| | | | | Co-authored-by: Xithrius <[email protected]> | |||
| * | Help: remove redundant space in subcommand aliases | 2022-06-25 | -1/+1 | |
| | | | | `parent` already has a trailing space so let's not add *another* one. | |||
| * | truncate output. (#1041) | 2022-03-04 | -1/+4 | |
| | | ||||
| * | Fix TypeError caused by adding a list to a tuple | 2022-02-20 | -1/+1 | |
| | | ||||
| * | Allow `.src` in dev-contrib and community-meta (#1033) | 2022-02-20 | -2/+5 | |
| | | ||||
| * | feat: implement moving commands | 2021-12-03 | -1/+9 | |
| | | | | | add exceptions and handler for commands that move locations | |||
| * | Merge branch 'main' into update-role-constants | 2021-11-29 | -5/+3 | |
| |\ | ||||
| | * | Migrate to `og_blurple` (#924) | 2021-10-26 | -1/+1 | |
| | | | ||||
| | * | Isort: give the codebase a sort | 2021-10-22 | -4/+2 | |
| | | | ||||
| * | | Rename `Roles.admin` to `Roles.admins` | 2021-10-11 | -3/+3 | |
| |/ | ||||
| * | properly blacklist the extensions cog | 2021-09-21 | -1/+1 | |
| | | | | since the restructure of lancebot, this code was incorrect, and is no longer blacklisting itself. | |||
| * | Move internal eval and rename utils to core | 2021-09-05 | -0/+1577 | |
| 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. | ||||