Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move game and fun commands to Fun folder, fix ddg | 2021-09-05 | -49/+0 | |
| | | | | | | | | | | | This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed. | |||
* | chore: Make all aliases in commands tuples | 2021-05-15 | -1/+1 | |
| | ||||
* | chore: Apply suggested changes | 2021-05-04 | -2/+2 | |
| | ||||
* | chore(evergreen): remove unneeded cog constructors | 2021-04-19 | -3/+1 | |
| | ||||
* | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -1/+3 | |
| | ||||
* | fix typos in docstring | 2020-11-22 | -1/+1 | |
| | ||||
* | make init variables more readable, fix docstring, remove redundant list | 2020-11-22 | -6/+6 | |
| | ||||
* | move constants to init, change [-1] to .endswith() | 2020-11-21 | -9/+9 | |
| | ||||
* | feature/add wonder twins command | 2020-11-19 | -0/+49 | |
This commit implements a wonder twins inspired command. This is a purely fun command that uses real transformations from the show to make random new transformations. The yaml is all hand transcribed from the actual show. |