aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-04-13Update issue matching regex Gravatar laundmo-1/+2
fixes it being unable to get issue numbers larger than 9 limits it somewhat length-wise and character-wise to the actual github limits
2021-04-12chore: remove unnecessary utility function and simplify codeGravatar vcokltfre-14/+4
2021-04-12feat: rewrite portion of fool command to allow all videosGravatar vcokltfre-141/+135
2021-04-12Remove inappropriate riddleGravatar Chris-8/+0
2021-04-12Issues: change hashing of FoundIssue to use a tupleGravatar Matteo Bertucci-1/+1
2021-04-12Allow automatic linking of issues outside of the python-discord organisationGravatar Matteo Bertucci-41/+34
Actions python-discord/organisation#345
2021-04-11chore: add time as alias of timedGravatar vcokltfre-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2021-04-11fix: put april fools video links in correct channel namesGravatar vcokltfre-3/+6
2021-04-11add max_concurrency, move file-saving to _renderGravatar Shakya Majumdar-8/+13
2021-04-11add max_concurrency, move file-saving to _renderGravatar Shakya Majumdar-8/+10
2021-04-11Add env var for trashcan eomji overrideGravatar Chris-1/+1
2021-04-11Issues: add `type=public`Gravatar Matteo Bertucci-1/+1
This will make sure that even if a privileged token is passed we won't leak any private information.
2021-04-11add cachingGravatar Shakya Majumdar-1/+15
2021-04-11fix: use ctx.prefix when suggesting the help commandGravatar vcokltfre-1/+4
2021-04-11return and send message if command isnt found while timingGravatar vcokltfre-1/+5
2021-04-11fix message updating and return typesGravatar vcokltfre-2/+3
2021-04-10removed unused cog init and fixed timing timed commandGravatar vcokltfre-3/+3
2021-04-10change background color to match discord theme exactlyGravatar Shakya Majumdar-8/+8