Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Always use the get_logger func from bot-core | 2023-11-25 | -2/+2 | |
| | ||||
* | Bump botcore version (#1180) | 2022-12-28 | -1/+1 | |
| | | | Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | Add ability to use replied message's content as `.randomcase` argument. (#1129) | 2022-10-26 | -3/+5 | |
| | | | Co-authored-by: Xithrius <[email protected]> | |||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Refactored methods _get_discord_message, _get_text_and_embed, and ↵ | 2022-08-08 | -70/+8 | |
| | | | | _convert_embed into bot/utils/messages.py | |||
* | Add jokes command (#1081) | 2022-07-27 | -2/+8 | |
| | | | Add jokes command | |||
* | Linting | 2021-09-22 | -2/+1 | |
| | ||||
* | Replaced the old implementation for uwuification with a smarter approach | 2021-09-21 | -31/+0 | |
| | ||||
* | Move game and fun commands to Fun folder, fix ddg | 2021-09-05 | -0/+250 | |
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. |