Skip to content

Commit

Permalink
[Discord] Change audio unmute 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 c547d47 commit ac7494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord/cogs/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ async def undeafen(self, ctx):
"when undeafen command invoked"
)

@audio.command(name = "unmute", with_app_command = False)
@audio.command(name = "unmute")
@checks.is_voice_connected()
@commands.check_any(checks.is_permitted(), checks.is_guild_owner())
async def audio_unmute(self, ctx):
Expand Down

0 comments on commit ac7494e

Please sign in to comment.