| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
[link] and [<link>] are also supported
|
|
It used to be the default, but it got changed in Pillow 7.0
|
|
|
|
- Updates __main__.py to use the walk_extensions in utils/extensions.py
|
|
|
|
- Since URLs no longer exists, it's now removed from __all__
|
|
- Previous version was pointing to Python, not SeasonalBot
Co-authored-by: Dennis Pham <[email protected]>
|
|
|
|
Change this becuase this causing issue in help command
|
|
|
|
|
|
|
|
- Uses self.bot (the bot instance) instead of Bot (the bot object) to access avatar url
|
|
- Doing .c list would show the files inside the snakes module as individual cogs, which isn't the case
|
|
- 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]>
|
|
- Previous versions used the id from a local test server
- This version uses the PyDis core developer role
|