Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Fix incorrect type hints (#1073) | 2022-07-14 | -2/+2 | |
| | ||||
* | Add Better Support For Whitelisting DM Commands | 2021-11-21 | -1/+0 | |
| | | | | | | | | | Adds a toggle to the whitelist override, to allow explicit enabling of a command in DMs, and sets the default to False. Removes redundant `guild_only` decorators. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Move game and fun commands to Fun folder, fix ddg | 2021-09-05 | -0/+448 | |
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. |