| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-04-30 | Consistant use of double quotes and tuples in avatar_mod cog | -11/+10 | ||
| 2021-04-30 | Rename pfp_modify cog and group to avatar_mod for clarity | -10/+10 | ||
| Added in aliases for ease of use too. | ||||
| 2021-04-22 | Escape invalid filename chars before saving. | -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-17 | Fix captitilization in docstring | -1/+1 | ||
| Co-authored-by: LXNN <[email protected]> | ||||
| 2021-04-12 | Silence matplotlib's logger | -0/+1 | ||
| 2021-04-12 | Revert pillow-simd change | -16/+9 | ||
| 2021-04-12 | Relock after merging | -8/+47 | ||
| 2021-04-12 | Request the pfp as the right size from discord | -1/+1 | ||
| 2021-04-12 | Change to pillow-simd | -106/+111 | ||
| 2021-04-12 | Remove inappropriate riddle | -8/+0 | ||
| 2021-04-12 | Issues: change hashing of FoundIssue to use a tuple | -1/+1 | ||
| 2021-04-12 | Allow automatic linking of issues outside of the python-discord organisation | -41/+34 | ||
| Actions python-discord/organisation#345 | ||||
| 2021-04-11 | chore: add time as alias of timed | -1/+1 | ||
| Co-authored-by: Matteo Bertucci <[email protected]> | ||||
| 2021-04-11 | add max_concurrency, move file-saving to _render | -8/+13 | ||
| 2021-04-11 | add max_concurrency, move file-saving to _render | -8/+10 | ||
| 2021-04-11 | Add env var for trashcan eomji override | -1/+1 | ||
| 2021-04-11 | Issues: add `type=public` | -1/+1 | ||
| This will make sure that even if a privileged token is passed we won't leak any private information. | ||||
| 2021-04-11 | add caching | -1/+15 | ||
| 2021-04-11 | fix: use ctx.prefix when suggesting the help command | -1/+4 | ||
| 2021-04-11 | return and send message if command isnt found while timing | -1/+5 | ||
| 2021-04-11 | fix message updating and return types | -2/+3 | ||
| 2021-04-10 | removed unused cog init and fixed timing timed command | -3/+3 | ||
| 2021-04-10 | change background color to match discord theme exactly | -8/+8 | ||