feat(commands/tools): add lookup

This commit is contained in:
2025-01-08 16:29:10 -05:00
parent aa4632b4dd
commit 849af9d394
5 changed files with 202 additions and 1 deletions

View File

@@ -147,6 +147,8 @@ async def on_message(message, edited=False):
await commands.bot.status(message)
case C.PING:
await commands.bot.ping(message)
case C.LOOKUP:
await commands.tools.lookup(message)
except Exception as e:
await utils.reply(
message,