mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 20:28:55 -05:00
Fixed audioset permissions check not correctly set
This commit is contained in:
parent
5ef59335f2
commit
1620ff2979
@ -399,7 +399,7 @@ class Audio:
|
|||||||
return song_list
|
return song_list
|
||||||
|
|
||||||
@commands.group(pass_context=True)
|
@commands.group(pass_context=True)
|
||||||
@checks.mod_or_permissions()
|
@checks.mod_or_permissions(manage_roles=True)
|
||||||
async def audioset(self, ctx):
|
async def audioset(self, ctx):
|
||||||
"""Changes audio module settings"""
|
"""Changes audio module settings"""
|
||||||
if ctx.invoked_subcommand is None:
|
if ctx.invoked_subcommand is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user