insults: lower priority
This commit is contained in:
parent
f71df26493
commit
bd0482023b
|
@ -11,6 +11,7 @@ class InsultsPlugin(Plugin):
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
super().__init__(bot)
|
super().__init__(bot)
|
||||||
|
self.priority = -3
|
||||||
self.mood_plugin = None
|
self.mood_plugin = None
|
||||||
|
|
||||||
def on_welcome(self, event):
|
def on_welcome(self, event):
|
||||||
|
|
Loading…
Reference in a new issue