1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Added a help URL to be used with the help command

This commit is contained in:
Phxntxm 2016-11-10 21:03:05 -06:00
parent 1018f1c3fa
commit 8e19bd947a

View file

@ -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