aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/tic_tac_toe.py (follow)
Commit message (Collapse)AuthorAgeLines
* Lint repo with new ruff rulesGravatar Chris Lovering2023-11-13-1/+1
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-3/+2
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-12/+13
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Add Better Support For Whitelisting DM CommandsGravatar Hassan Abouelela2021-11-21-2/+1
| | | | | | | | | 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]>
* Address review & make `AI.get_move` a staticmethodGravatar Izan2021-10-17-5/+7
|
* Add missing `Game.channel` attributeGravatar Izan2021-10-11-0/+1
|
* Set `AI.user` to @Sir LancebotGravatar Izan2021-10-11-4/+5
|
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-0/+335
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.