feat(commands/bot): add status

This commit is contained in:
2025-01-08 09:25:11 -05:00
parent e3982c064d
commit be77e62e53
3 changed files with 65 additions and 7 deletions

View File

@@ -132,6 +132,8 @@ async def on_message(message, edited=False):
await commands.voice.playing(message)
case C.FAST_FORWARD:
await commands.voice.fast_forward(message)
case C.STATUS:
await commands.bot.status(message)
except Exception as e:
await utils.reply(
message,