From b21d3f7a969ec6befe7f013cb79890fe5d0d3bde Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 20 Nov 2017 06:23:25 -0500 Subject: [PATCH] Removed missed qual > rev conversion --- src/main/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cogs/booru.py b/src/main/cogs/booru.py index f632d06..577c2cf 100644 --- a/src/main/cogs/booru.py +++ b/src/main/cogs/booru.py @@ -512,7 +512,7 @@ class MsG: self.bot.loop.create_task(self._reversify()) self.reversifying = True - print('AUTO-QUALITIFYING : #{}'.format(ctx.channel.name)) + print('AUTO-REVERSIFYING : #{}'.format(ctx.channel.name)) await ctx.send('**Auto-reversifying all images in** {}'.format(ctx.channel.mention), delete_after=5) else: await ctx.send('**Already auto-reversifying in {}.** Type `stop` to stop.'.format(ctx.channel.mention), delete_after=7)