1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-25 06:37:29 +00:00

Removed missed qual > rev conversion

This commit is contained in:
Myned 2017-11-20 06:23:25 -05:00
parent d23c05049e
commit b21d3f7a96

View file

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