aboutsummaryrefslogtreecommitdiff
path: root/modules/bot_channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bot_channel.py')
-rw-r--r--modules/bot_channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bot_channel.py b/modules/bot_channel.py
index a15f37ff..4daeb645 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"})
+ "help": "Set main channel", "example": "#bitbot"})
class Module(ModuleManager.BaseModule):
@utils.hook("received.001")
def do_join(self, event):