unknown_command: fix priority

master
dece 4 years ago
parent 16d0df2a44
commit 0558fb7bdf

@ -16,7 +16,7 @@ class UnknownCommandPlugin(Plugin):
def __init__(self, bot):
super().__init__(bot)
self.priority = -9
self.priority = -8
self._client = None
@property

Loading…
Cancel
Save