Put linebreak in a better place for @Utils.export in bot_channel.py

This commit is contained in:
jesopo 2018-09-27 12:10:54 +01:00
parent b2bdd93f09
commit 8dc83e5aac

View file

@ -1,7 +1,7 @@
from src import ModuleManager, Utils
@Utils.export("serverset", {"setting":
"bot-channel", "help": "Set main channel"})
@Utils.export("serverset", {"setting": "bot-channel",
"help": "Set main channel"})
class Module(ModuleManager.BaseModule):
@Utils.hook("received.numeric.001")
def do_join(self, event):