Do not start bot with a message in chat.
This commit is contained in:
parent
93fb2ccc5c
commit
96ff52ef8a
@ -59,7 +59,7 @@ class FjerkroaBot(commands.Bot):
|
||||
def init_boreness(self):
|
||||
if 'chat-channel' not in self.config:
|
||||
return
|
||||
self.last_activity_time = 0.0
|
||||
self.last_activity_time = time.monotonic()
|
||||
self.loop.create_task(self.on_boreness())
|
||||
logging.info('Boreness initialised.')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user