Actually return function hook from _shutdown_hook (admin.py)
This commit is contained in:
parent
e644888e3e
commit
18bb7ec4af
1 changed files with 1 additions and 0 deletions
|
@ -103,3 +103,4 @@ class Module(ModuleManager.BaseModule):
|
||||||
def shutdown():
|
def shutdown():
|
||||||
server.disconnect()
|
server.disconnect()
|
||||||
self.bot.disconnect(server)
|
self.bot.disconnect(server)
|
||||||
|
return shutdown
|
||||||
|
|
Loading…
Reference in a new issue