From f5ef45f8eeec176e6e4389aed4664e0722848f93 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 5 Nov 2019 10:50:47 -0500 Subject: [PATCH] Add reactions to reverse denial error --- src/cogs/booru.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cogs/booru.py b/src/cogs/booru.py index 0fa1096..b225433 100644 --- a/src/cogs/booru.py +++ b/src/cogs/booru.py @@ -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: