aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zibot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zibot.py b/zibot.py
index 3b965d1..2e0c3e0 100644
--- a/zibot.py
+++ b/zibot.py
@@ -14,6 +14,7 @@ def init_bot():
bot = ziBot()
with open('config.json', 'r') as f:
data=json.load(f)
+ bot.remove_command('help')
bot.run()
if __name__ == "__main__":