unknown_command: fix priority
This commit is contained in:
parent
16d0df2a44
commit
0558fb7bdf
|
@ -16,7 +16,7 @@ class UnknownCommandPlugin(Plugin):
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
super().__init__(bot)
|
super().__init__(bot)
|
||||||
self.priority = -9
|
self.priority = -8
|
||||||
self._client = None
|
self._client = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue