diff --git a/Discord/cogs/audio.py b/Discord/cogs/audio.py index 470bbbed34..7eff459400 100644 --- a/Discord/cogs/audio.py +++ b/Discord/cogs/audio.py @@ -345,9 +345,7 @@ async def pause(self, ctx): "audio pause command not found when pause command invoked" ) - @audio.command( - name = "resume", aliases = ["start"], with_app_command = False - ) + @audio.command(name = "resume", aliases = ["start"]) @checks.is_voice_connected() @commands.check_any( checks.is_permitted(), commands.has_permissions(administrator = True),