aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-03-03Removed HTTPStatus Dependency, enable broader Status Code SupportGravatar sam-heller-52/+30
2021-03-03Removed HTTPStatus Dependency, enable broader Status Code SupportGravatar sam-heller-52/+28
2021-03-02Don't use setsGravatar Shivansh-007-1/+1
2021-03-02Fix Channel Check to use channel ids instead of channel objects, and skip ↵Gravatar Shivansh-007-2/+7
channel check if debug is true
2021-02-28"colour" to "color".Gravatar Xithrius-1/+1
Co-authored-by: Hassan Abouelela <[email protected]>
2021-02-28There's no such thing as TLI. Added TUI.Gravatar xithrius-1/+1
2021-02-28Removed wordy-ness of one singular question.Gravatar Xithrius-1/+1
Co-authored-by: ChrisJL <[email protected]>
2021-02-28Fix ordering of categories in issues cogGravatar Chris-1/+1
2021-02-28Add issue cog to staff channels.Gravatar Chris-2/+6
2021-02-25Added more topics.Gravatar xithrius-10/+54
2021-02-25Don't use enums for wikipedia error messages, use brackets instead of '\' ↵Gravatar Shivansh-007-27/+22
for long variable values, pass in ctx.channel instead of the full ctx
2021-02-24Correct the parentheses formatGravatar Shivansh-007-1/+2
Co-authored-by: Hassan Abouelela <[email protected]>
2021-02-24Make Flake8 happy (reorder imports)Gravatar Shivansh-007-1/+1