From 8e19bd947a3760eb4b53384b2e9d66dcfa95fc44 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Thu, 10 Nov 2016 21:03:05 -0600 Subject: [PATCH] Added a help URL to be used with the help command --- cogs/utils/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/utils/config.py b/cogs/utils/config.py index edd14d9..f655388 100644 --- a/cogs/utils/config.py +++ b/cogs/utils/config.py @@ -74,6 +74,8 @@ shard_id = global_config.get('shard_id', 0) # The default status the bot will use default_status = global_config.get("default_status", "") +# The URL that will be used to link to for the help command +help_url = global_config.get("help_url", "") # The rethinkdb hostname db_host = global_config.get('db_host', 'localhost') # The rethinkdb database name