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:
parent
b978148e0f
commit
b099084571
1 changed files with 1 additions and 1 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():
|
||||||
|
|
Loading…
Reference in a new issue