mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Add reactions to reverse denial error
This commit is contained in:
parent
fe7502af4d
commit
f5ef45f8ee
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,7 @@ class MsG(cmds.Cog):
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
||||||
'Try opening it in a browser and uploading the file to Discord')
|
'Try opening it in a browser and uploading the file to Discord')
|
||||||
|
await u.add_reaction(ctx.message, '\N{HEAVY EXCLAMATION MARK SYMBOL}')
|
||||||
|
|
||||||
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
||||||
@cmds.cooldown(1, 5, cmds.BucketType.member)
|
@cmds.cooldown(1, 5, cmds.BucketType.member)
|
||||||
|
@ -523,6 +524,7 @@ class MsG(cmds.Cog):
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
||||||
'Try opening it in a browser and uploading the file to Discord')
|
'Try opening it in a browser and uploading the file to Discord')
|
||||||
|
await u.add_reaction(ctx.message, '\N{HEAVY EXCLAMATION MARK SYMBOL}')
|
||||||
|
|
||||||
async def _reversify(self):
|
async def _reversify(self):
|
||||||
while self.reversifying:
|
while self.reversifying:
|
||||||
|
|
Loading…
Reference in a new issue