From c2f9dda5d62463048361303b920162f1cfc0a5ba Mon Sep 17 00:00:00 2001 From: ziro Date: Thu, 6 Aug 2020 09:16:51 +0700 Subject: + Remove default help command to create custom help cmd --- zibot.py | 1 + 1 file changed, 1 insertion(+) 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__": -- cgit v1.2.3