aboutsummaryrefslogtreecommitdiffstats
path: root/bot/pagination.py (unfollow)
Commit message (Collapse)AuthorLines
2019-08-06Split in_channel's predicate and check, add bypass_roles functionalityGravatar kosayoda-8/+54
Separate the predicate function from `commands.check` to allow the predicate check to be added to the bot.
2019-08-06Add constant groups to `constants.py`Gravatar kosayoda-2/+55
The following groups are added: STAFF_ROLES, MODERATION_ROLES, WHITELISTED_CHANNELS, POSITIVE_REPLIES, NEGATIVE_REPLIES
2019-08-05Move bot out of constants.py to bot.pyGravatar kosayoda-13/+15
2019-08-04Unify constants file quotation useGravatar sco1-11/+11
2019-08-04Add new Seasonalbot channel IDs to constantsGravatar sco1-1/+3
Change Show Your Projects channel to an env var
2019-08-04Apply suggeGravatar Suhail6inkling-1/+1
Co-Authored-By: kosayoda <[email protected]>
2019-08-04Add annotationsGravatar Suhail6inkling-5/+5
Co-Authored-By: Sebastiaan Zeeff <[email protected]>