feat(commands/voice): add playing

This commit is contained in:
2025-01-05 16:48:22 -05:00
parent f08b9f0766
commit 6930f964c5
3 changed files with 19 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ async def on_message(message):
await commands.bot.help(message)
case C.UPTIME:
await commands.bot.uptime(message)
case C.PLAYING:
await commands.voice.playing(message)
except Exception as e:
await utils.reply(
message,