| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Move snakes commands into fun folder | 2021-09-05 | -82/+0 | |
| | | ||||
| * | Fix type annotations | 2021-08-31 | -2/+2 | |
| | | ||||
| * | Migrate to Discord.py 2.0a0 | 2021-08-31 | -1/+1 | |
| | | | | | | | Since the Discord.py repository has been archived, we can switch to the latest commit of 2.0a0, knowing no breaking change will occur (still pinned to the commit just in case). This commit also solves two small problems due to that fix, the avatar interface changing and Embed.name disappearing. Quite a painless migration. | |||
| * | Replace fuzzywuzzy with rapidfuzz | 2021-08-06 | -1/+1 | |
| | | ||||
| * | chore: Use pathlib.Path.read_text & write_text over open | 2021-05-13 | -5/+2 | |
| | | ||||
| * | chore: Prefer double quotes over single quotes | 2021-05-04 | -6/+6 | |
| | | ||||
| * | Update snake cog so ext command won't show files | 2020-09-21 | -0/+85 | |
| - Doing .c list would show the files inside the snakes module as individual cogs, which isn't the case | ||||