chore(baitbot): better logging

This commit is contained in:
neoarz
2025-10-26 21:29:24 -04:00
parent d50f66b2d3
commit fc63f7c313
2 changed files with 8 additions and 4 deletions

View File

@@ -43,9 +43,10 @@ class Events(commands.GroupCog, name="events"):
await context.send(f"Unknown events command: {name}")
@events_group.command(name="baitbot")
@has_protected_role()
async def events_group_baitbot(self, context: Context):
await self._invoke_hybrid(context, "baitbot")
@commands.check(_require_group_prefix)
@has_protected_role()
@commands.hybrid_command(