mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Remove removal of reactions
This commit is contained in:
parent
a22d3c6a8f
commit
4bc86c8f59
1 changed files with 0 additions and 4 deletions
|
@ -1521,10 +1521,6 @@ class MsG:
|
||||||
except exc.Remove:
|
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:')
|
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)
|
response = await self.bot.wait_for('message', check=on_message, timeout=7 * 60)
|
||||||
|
|
||||||
for tag in response.content.split(' '):
|
for tag in response.content.split(' '):
|
||||||
|
|
Loading…
Reference in a new issue