Clarified config setup in README.md
parent
8508f182c1
commit
46703f9509
|
@ -33,9 +33,9 @@ discord_key = ""
|
||||||
prefix = "~"
|
prefix = "~"
|
||||||
# Channel ID to post to
|
# Channel ID to post to
|
||||||
event_channel = 0
|
event_channel = 0
|
||||||
# Permissions to use the bot
|
# List of roles that can use the bot
|
||||||
event_roles = 0
|
event_roles = [0]
|
||||||
# Timezone to display events
|
# Timezone to display events, supported timezones can be found at https://docs.rs/chrono-tz/0.5.1/chrono_tz/#modules
|
||||||
event_timezone = "America/New_York"
|
event_timezone = "America/New_York"
|
||||||
# Path to logger
|
# Path to logger
|
||||||
log_path = "hype_bot.log"
|
log_path = "hype_bot.log"
|
||||||
|
|
Loading…
Reference in New Issue