[fix]: Add response to music next command
This commit is contained in:
parent
6955812d0d
commit
75d3333f4e
@ -98,6 +98,7 @@ class Music(app_commands.Group, name="music"):
|
||||
@app_commands.command()
|
||||
async def next(self, inter):
|
||||
inter.guild.voice_client.stop()
|
||||
await inter.response.send_message("Переключено")
|
||||
|
||||
|
||||
@app_commands.command(name='queue')
|
||||
|
Reference in New Issue
Block a user