mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Added check for manage_channels
This commit is contained in:
parent
1953a06f9f
commit
ab67ebc0c4
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ class MsG:
|
|||
await channel.send('✅ **Stopped queueing messages for reversion in** {}**.**'.format(channel.mention), delete_after=5)
|
||||
|
||||
@commands.command(name='autoreverse', aliases=['autorev', 'ar'])
|
||||
@commands.has_permissions(manage_channels=True)
|
||||
async def auto_reverse_image_search(self, ctx):
|
||||
try:
|
||||
await ctx.message.add_reaction('✅')
|
||||
|
|
Loading…
Reference in a new issue