aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-02-08Add curl User Agent HeadersGravatar Shivansh-007-1/+2
2021-02-06Default redis host in docker-composeGravatar Chris-0/+2
2021-02-05Fix indentationGravatar Shivansh-007-7/+7
2021-02-05Use brackets instead of / for multi line stringsGravatar Shivansh-007-7/+7
2021-02-05Move repeated code to a single variableGravatar Shivansh-007-2/+4
2021-02-05Abrupt response, so make the bot typeGravatar Shivansh-007-13/+14
2021-02-04Make use of constants in the urlGravatar Shivansh-007-12/+11
2021-02-02everyone -> everyone_role and remove developers roleGravatar Shivansh-007-3/+2
2021-02-02Improve category check codeGravatar Shivansh-007-4/+5
2021-02-02Allow cht.sh command to be used in occupied help channelsGravatar Shivansh-007-10/+14
2021-02-02Add not Implemented error handler for .status cat commandGravatar Shivansh-007-0/+3
2021-02-02Add override_in_channel decoGravatar Shivansh-007-1/+3
2021-02-02Make use of constantsGravatar Shivansh-007-18/+21
2021-02-01Fixes Issue Matching RegexGravatar Hassan Abouelela-1/+1
Changes the automatic issue matching regex to make it work for repos at the very beginning of messages.
2021-02-01Remove brackets from .joinGravatar Shivansh-007-1/+1
2021-02-01Add similar repsonse.status check to too, and instead of ValueError raise ↵Gravatar Shivansh-007-4/+12
NotImplemented error if the status is not implemented yet but is a valid status code
2021-02-01rename the cog to HTTPStatusCodesGravatar Shivansh-007-3/+3
2021-02-01Rename cog CheatSheet ; Change Embed code to a single constructor ; remove ↵Gravatar Shivansh-007-14/+18
headers as chubin/cheat.sh#280 got merged ; improve error embed docstrings