mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Fixed autopost referencing incorrect variables
This commit is contained in:
parent
5357de24b3
commit
3bdf7f88d7
1 changed files with 4 additions and 4 deletions
|
@ -94,10 +94,10 @@ class MsG:
|
|||
# if ctx.channel.id not in u.tasks['auto_post']:
|
||||
# u.tasks['auto_post'].append(ctx.channel.id)
|
||||
# u.dump(u.tasks, 'cogs/tasks.pkl')
|
||||
# self.bot.loop.create_task(self.queue_for_qualitification(ctx.channel))
|
||||
# if not self.qualitifying:
|
||||
# self.bot.loop.create_task(self._qualitify())
|
||||
# self.qualitifying = True
|
||||
# self.bot.loop.create_task(self.queue_for_posting(ctx.channel))
|
||||
# if not self.posting:
|
||||
# self.bot.loop.create_task(self._post())
|
||||
# self.posting = True
|
||||
#
|
||||
# print('AUTO-POSTING : #{}'.format(ctx.channel.name))
|
||||
# await ctx.send('**Auto-posting all images in {}**'.format(ctx.channel.mention), delete_after=5)
|
||||
|
|
Loading…
Reference in a new issue