aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/snakes/_utils.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move snakes commands into fun folderGravatar Janine vN2021-09-05-721/+0
|
* Merge branch 'main' into android-codeblock-fixGravatar Xithrius2021-09-03-23/+23
|\
| * Fix type annotationsGravatar decorator-factory2021-08-31-23/+23
| |
* | Improved consistency for codeblocks to end with a newlineGravatar wookie1842021-09-01-28/+32
|/
* Snakes: make use of PLAYER_ICON_IMAGE_SIZE againGravatar Matteo Bertucci2021-08-31-1/+1
|
* 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.
* Add baby anaconda to snake hatch (#822)Gravatar Krishna Ramasimha2021-08-30-1/+2
| | | Add baby anaconda to snake hatch, using the anaconda logo
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-8/+8
|
* chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz2021-05-13-3/+2
|
* chore: Apply more suggested changesGravatar ToxicKidz2021-05-10-3/+1
|
* chore: Reformat the code to follow the style guildGravatar ToxicKidz2021-05-07-2/+5
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-17/+17
|
* Update snake cog so ext command won't show filesGravatar Gustav Odinger2020-09-21-0/+716
- Doing .c list would show the files inside the snakes module as individual cogs, which isn't the case