From 4bc86c8f590b36924a4ce02d53af3f0276010fcc Mon Sep 17 00:00:00 2001 From: Dylan Dizon Date: Tue, 6 Nov 2018 17:04:59 -0500 Subject: [PATCH] Remove removal of reactions --- src/cogs/booru.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cogs/booru.py b/src/cogs/booru.py index 043a76b..ffa2c8b 100644 --- a/src/cogs/booru.py +++ b/src/cogs/booru.py @@ -1521,10 +1521,6 @@ class MsG: except exc.Remove: await message.edit(content=f'**Also add aliases?**\n{formatter.dict_tostring(aliases, f=False)}\nType the tag(s) to remove or `0` to abort:') - with suppress(err.Forbidden): - await message.remove_reaction('\N{HEAVY MINUS SIGN}', self.bot.user) - await message.remove_reaction('\N{HEAVY MINUS SIGN}', ctx.author) - response = await self.bot.wait_for('message', check=on_message, timeout=7 * 60) for tag in response.content.split(' '):