Skip to content

Commit

Permalink
[Discord] Change audio pause command to hybrid command
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Nov 20, 2023
1 parent f4c21fa commit a8f5065
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Discord/cogs/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit a8f5065

Please sign in to comment.