From b099084571f72f6549fb09b4d23f1a1da6ea38b1 Mon Sep 17 00:00:00 2001 From: Dylan Dizon Date: Thu, 8 Nov 2018 22:32:46 -0500 Subject: [PATCH] Change terminology to reflect actual command flow --- src/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/booru.py b/src/cogs/booru.py index 0542299..45a2e0f 100644 --- a/src/cogs/booru.py +++ b/src/cogs/booru.py @@ -1490,7 +1490,7 @@ class MsG: await self.bot.wait_for('reaction_add', check=on_reaction, timeout=8 * 60) 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: while not self.bot.is_closed():