Put linebreak in a better place for @Utils.export in bot_channel.py
This commit is contained in:
parent
b2bdd93f09
commit
8dc83e5aac
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue