| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
|
| |
Co-authored-by: wookie184 <[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.
|
| |
|
|
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.
|