copy paste error

This commit is contained in:
Thomas Steen Rasmussen 2021-07-20 07:22:01 +02:00
parent 786e9d10bd
commit 8661c423fe
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ class Plugin(object):
# schedule a call of this function again in N seconds
asyncio.sleep(settings.IRCBOT_CHECK_MESSAGE_INTERVAL_SECONDS)
self.bot.do_stuff()
self.bot.loop.call_later(
settings.IRCBOT_CHECK_MESSAGE_INTERVAL_SECONDS, self.bot.do_stuff
)