unknown_command: fix priority

This commit is contained in:
dece 2020-11-06 12:24:51 +01:00
parent 16d0df2a44
commit 0558fb7bdf

View file

@ -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