mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Removed missed qual > rev conversion
This commit is contained in:
parent
d23c05049e
commit
b21d3f7a96
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ class MsG:
|
||||||
self.bot.loop.create_task(self._reversify())
|
self.bot.loop.create_task(self._reversify())
|
||||||
self.reversifying = True
|
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)
|
await ctx.send('**Auto-reversifying all images in** {}'.format(ctx.channel.mention), delete_after=5)
|
||||||
else:
|
else:
|
||||||
await ctx.send('**Already auto-reversifying in {}.** Type `stop` to stop.'.format(ctx.channel.mention), delete_after=7)
|
await ctx.send('**Already auto-reversifying in {}.** Type `stop` to stop.'.format(ctx.channel.mention), delete_after=7)
|
||||||
|
|
Loading…
Reference in a new issue