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

Change terminology to reflect actual command flow

This commit is contained in:
Dylan Dizon 2018-11-08 22:32:46 -05:00
parent b978148e0f
commit b099084571

View file

@ -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():