Add PLUGIN_TYPE to markov.py
Forgot to add this, whoopsie Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -140,3 +140,6 @@ class Markov(Plugin):
|
|||||||
|
|
||||||
async def on_unload(self, conn: IrcProtocol):
|
async def on_unload(self, conn: IrcProtocol):
|
||||||
self.save()
|
self.save()
|
||||||
|
|
||||||
|
|
||||||
|
PLUGIN_TYPE = Markov
|
||||||
|
|||||||
Reference in New Issue
Block a user