Add Wordle commentary: bot reacts to Wordle results with mode-appropriate comments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 17:56:05 -05:00
parent 01b7a6b240
commit f457240e62
3 changed files with 207 additions and 0 deletions

1
bot.py
View File

@@ -138,6 +138,7 @@ class BCSBot(commands.Bot):
await self.load_extension("cogs.sentiment")
await self.load_extension("cogs.commands")
await self.load_extension("cogs.chat")
await self.load_extension("cogs.wordle")
await self.tree.sync()
logger.info("Slash commands synced.")