Clarified config setup in README.md

master
Joey Hines 2020-05-19 19:36:59 -05:00
parent 8508f182c1
commit 46703f9509
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ discord_key = ""
prefix = "~"
# Channel ID to post to
event_channel = 0
# Permissions to use the bot
event_roles = 0
# Timezone to display events
# List of roles that can use the bot
event_roles = [0]
# 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"
# Path to logger
log_path = "hype_bot.log"