Avoid spamming #firemc #6
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -270,7 +270,7 @@ class bot(bare.bot):
|
|||
tdict = {}
|
||||
for thread in self.threads:
|
||||
tdict[thread] = timers.data[thread]
|
||||
if tdict[thread]["passInstance"]:
|
||||
if tdict[thread]["passInstance"]:
|
||||
tdict[thread]["args"] = [self]
|
||||
tMgr = Thread(target=timers.threadManager, args=(tdict,))
|
||||
tMgr.daemon = True
|
||||
|
|
Loading…
Reference in a new issue