mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
80f5c080f7
1 changed files with 6 additions and 7 deletions
|
@ -1490,7 +1490,7 @@ class MsG:
|
||||||
await self.bot.wait_for('reaction_add', check=on_reaction, timeout=8 * 60)
|
await self.bot.wait_for('reaction_add', check=on_reaction, timeout=8 * 60)
|
||||||
|
|
||||||
except exc.Remove:
|
except exc.Remove:
|
||||||
await message.edit(content=f'Type the tag(s) to remove or `0` to cancel:')
|
await message.edit(content=f'Type the tag(s) to remove or `0` to continue:')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
while not self.bot.is_closed():
|
while not self.bot.is_closed():
|
||||||
|
@ -1507,8 +1507,6 @@ class MsG:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
await message.edit(content=f'Confirm or deny changes')
|
await message.edit(content=f'Confirm or deny changes')
|
||||||
|
|
||||||
while not self.bot.is_closed:
|
|
||||||
await self.bot.wait_for('reaction_add', check=on_reaction, timeout=8 * 60)
|
await self.bot.wait_for('reaction_add', check=on_reaction, timeout=8 * 60)
|
||||||
|
|
||||||
self.aliases.update(aliases)
|
self.aliases.update(aliases)
|
||||||
|
@ -1526,6 +1524,7 @@ class MsG:
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
if messages:
|
if messages:
|
||||||
|
with suppress(err.NotFound):
|
||||||
for msg in messages:
|
for msg in messages:
|
||||||
await msg.delete()
|
await msg.delete()
|
||||||
await message.delete()
|
await message.delete()
|
||||||
|
|
Loading…
Reference in a new issue