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