1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 14:27:27 +00:00

Merge branch 'dev'

This commit is contained in:
Myned 2017-11-20 06:29:24 -05:00
commit 3e6ac95d64

View file

@ -24,7 +24,7 @@ class Administration:
for channel in u.tasks['auto_del']:
temp = self.bot.get_channel(channel)
self.bot.loop.create_task(self.queue_for_deletion(temp))
print('AUTO-DELETING : #{}'.format(temp.id))
print('AUTO-DELETING : #{}'.format(temp.name))
self.deleting = True
self.bot.loop.create_task(self.delete())