aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/snakes/_converter.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move snakes commands into fun folderGravatar Janine vN2021-09-05-82/+0
|
* Fix type annotationsGravatar decorator-factory2021-08-31-2/+2
|
* Migrate to Discord.py 2.0a0Gravatar Matteo Bertucci2021-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 rapidfuzzGravatar wookie1842021-08-06-1/+1
|
* chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz2021-05-13-5/+2
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-6/+6
|
* Update snake cog so ext command won't show filesGravatar Gustav Odinger2020-09-21-0/+85
- Doing .c list would show the files inside the snakes module as individual cogs, which isn't the case