From a8f50654f0ae5bedae0d6ae9658a5f16c54ef99e Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 20 Nov 2023 17:48:26 -0600 Subject: [PATCH] [Discord] Change audio pause command to hybrid command --- Discord/cogs/audio.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Discord/cogs/audio.py b/Discord/cogs/audio.py index 35d7c315c0..470bbbed34 100644 --- a/Discord/cogs/audio.py +++ b/Discord/cogs/audio.py @@ -309,9 +309,7 @@ async def leave(self, ctx): "audio leave command not found when leave command invoked" ) - @audio.command( - name = "pause", aliases = ["stop"], with_app_command = False - ) + @audio.command(name = "pause", aliases = ["stop"]) @checks.is_voice_connected() @commands.check_any( checks.is_permitted(), commands.has_permissions(administrator = True),