diff --git a/modules/catfacts.py b/modules/catfacts.py index 71cad53..0d9dc61 100644 --- a/modules/catfacts.py +++ b/modules/catfacts.py @@ -22,4 +22,3 @@ def catfacts(phenny, input): if fact: phenny.reply(fact) catfacts.commands = ['catfacts'] -catfacts.priority = 'high'