| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Since the Discord.py repository has been archived, we can switch to the latest commit of 2.0a0, knowing no breaking change will occur (still pinned to the commit just in case).
This commit also solves two small problems due to that fix, the avatar interface changing and Embed.name disappearing. Quite a painless migration.
|
| |
|
| |
|
| |
|
|
|
|
| |
;
|
|
|
|
|
| |
I've tried to replace this with generic references where appropriate,
but a lot of the time it just doesn't make a lot of sense to do so.
|
|
|
|
| |
- Uses self.bot (the bot instance) instead of Bot (the bot object) to access avatar url
|
|
|
|
|
|
|
|
| |
- Avatar URL can be accessed through bot.user.avatar_url and won't need to be a constant
- Bot repo URL fits better under the Client named tuple
- URLs class removed, since it was no longer used
|
|
|
|
|
| |
- No modlog exists for SeasonalBot and is therefore redundant
Co-authored-by: Dennis Pham <[email protected]>
|
|
|
|
|
| |
- Should prevent `RuntimeError: Line exceeds maximum page size 698`
Co-authored-by: Dennis Pham <[email protected]>
|
|
|
|
|
|
| |
- Allows admins and core developes to manage loaded and unloaded extensions (mostly cogs)
- Mostly copied from the 'Python' bot, with some tweaks to make it work for SeasonalBot
|
|
|