aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-09-21Fix extensions command bot avatar urlGravatar Gustav Odinger-1/+1
- Uses self.bot (the bot instance) instead of Bot (the bot object) to access avatar url
2020-09-21Update snake cog so ext command won't show filesGravatar Gustav Odinger-4/+4
- Doing .c list would show the files inside the snakes module as individual cogs, which isn't the case
2020-09-21Move bot repo URL constant and delete avatar URLGravatar Gustav Odinger-8/+4
- 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
2020-09-21Remove modlog from unload blacklist Gravatar gustavwilliam-1/+1
- No modlog exists for SeasonalBot and is therefore redundant Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Update max_size of paginator Gravatar gustavwilliam-1/+1
- Should prevent `RuntimeError: Line exceeds maximum page size 698` Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Fix core developers role idGravatar Gustav Odinger-1/+1
- Previous versions used the id from a local test server - This version uses the PyDis core developer role