aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-04-30Consistant use of double quotes and tuples in avatar_mod cogGravatar Chris-11/+10
2021-04-30Rename pfp_modify cog and group to avatar_mod for clarityGravatar Chris-10/+10
Added in aliases for ease of use too.
2021-04-22Escape invalid filename chars before saving.Gravatar Chris-16/+24
This would cause an issue with the embed not embedding the image due to a filename mismatch. This has been implemented by escaping all invalid filename characters before saving the file.
2021-04-17Fix captitilization in docstringGravatar Chris-1/+1
Co-authored-by: LXNN <[email protected]>
2021-04-12Silence matplotlib's loggerGravatar Chris-0/+1
2021-04-12Revert pillow-simd changeGravatar Chris-16/+9
2021-04-12Relock after mergingGravatar Chris-8/+47
2021-04-12Request the pfp as the right size from discordGravatar Chris-1/+1
2021-04-12Change to pillow-simdGravatar Chris-106/+111
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-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