remove priority from catfacts to fix multithreading issue
parent
037041cae4
commit
a72baa47b2
|
@ -22,4 +22,3 @@ def catfacts(phenny, input):
|
||||||
if fact:
|
if fact:
|
||||||
phenny.reply(fact)
|
phenny.reply(fact)
|
||||||
catfacts.commands = ['catfacts']
|
catfacts.commands = ['catfacts']
|
||||||
catfacts.priority = 'high'
|
|
||||||
|
|
Loading…
Reference in New Issue