chore: remove wordle cog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 10:48:44 -05:00
parent 33d56f8737
commit 88536b4dca
3 changed files with 2 additions and 207 deletions

2
bot.py
View File

@@ -138,7 +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.")