Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move snakes commands into fun folder | 2021-09-05 | -721/+0 | |
| | ||||
* | Merge branch 'main' into android-codeblock-fix | 2021-09-03 | -23/+23 | |
|\ | ||||
| * | Fix type annotations | 2021-08-31 | -23/+23 | |
| | | ||||
* | | Improved consistency for codeblocks to end with a newline | 2021-09-01 | -28/+32 | |
|/ | ||||
* | Snakes: make use of PLAYER_ICON_IMAGE_SIZE again | 2021-08-31 | -1/+1 | |
| | ||||
* | 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. | |||
* | Add baby anaconda to snake hatch (#822) | 2021-08-30 | -1/+2 | |
| | | | Add baby anaconda to snake hatch, using the anaconda logo | |||
* | chore: Refactor more code to follow our style guide | 2021-05-14 | -8/+8 | |
| | ||||
* | chore: Use pathlib.Path.read_text & write_text over open | 2021-05-13 | -3/+2 | |
| | ||||
* | chore: Apply more suggested changes | 2021-05-10 | -3/+1 | |
| | ||||
* | chore: Reformat the code to follow the style guild | 2021-05-07 | -2/+5 | |
| | ||||
* | chore: Prefer double quotes over single quotes | 2021-05-04 | -17/+17 | |
| | ||||
* | Update snake cog so ext command won't show files | 2020-09-21 | -0/+716 | |
- Doing .c list would show the files inside the snakes module as individual cogs, which isn't the case |