feat(commands/voice): add sponsorblock command

This commit is contained in:
2025-01-24 17:51:25 -05:00
parent 256156b9d2
commit 26f81bd58f
6 changed files with 60 additions and 5 deletions

View File

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