Skip to content

Commit

Permalink
[Discord] Change audio resume 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 a8f5065 commit fa2f61f
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 @@ -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),
Expand Down

0 comments on commit fa2f61f

Please sign in to comment.