| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
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
|