remove priority from catfacts to fix multithreading issue
This commit is contained in:
@@ -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'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user