1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Add reactions to reverse denial error

This commit is contained in:
Myned 2019-11-05 10:50:47 -05:00
parent fe7502af4d
commit f5ef45f8ee
No known key found for this signature in database
GPG key ID: BC58C09870A63E59

View file

@ -438,6 +438,7 @@ class MsG(cmds.Cog):
await ctx.send(
'\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')
await u.add_reaction(ctx.message, '\N{HEAVY EXCLAMATION MARK SYMBOL}')
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
@cmds.cooldown(1, 5, cmds.BucketType.member)
@ -523,6 +524,7 @@ class MsG(cmds.Cog):
await ctx.send(
'\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')
await u.add_reaction(ctx.message, '\N{HEAVY EXCLAMATION MARK SYMBOL}')
async def _reversify(self):
while self.reversifying: