diff --git a/cogs/music.py b/cogs/music.py index 6aaa1fa..796ff92 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -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')