Skip to content

Commit

Permalink
[Discord] Change audio undeafen 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 52f7c73 commit c547d47
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 @@ -959,7 +959,7 @@ async def mute(self, ctx):
"audio mute command not found when mute command invoked"
)

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

0 comments on commit c547d47

Please sign in to comment.