diff options
| author | 2018-09-27 12:10:54 +0100 | |
|---|---|---|
| committer | 2018-09-27 12:10:54 +0100 | |
| commit | 8dc83e5aacfda408fa592a8c343dfe180bfea6d5 (patch) | |
| tree | 524017d26f7e8a4d8df553cd1470127717d7e1b9 | |
| parent | Change old-style event hook in coins.py (diff) | |
| signature | ||
Put linebreak in a better place for @Utils.export in bot_channel.py
| -rw-r--r-- | modules/bot_channel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bot_channel.py b/modules/bot_channel.py index e0731d1c..c38f4e6f 100644 --- a/modules/bot_channel.py +++ b/modules/bot_channel.py @@ -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): |
