From 46703f950985073424005d5d86cac85e410be823 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Tue, 19 May 2020 19:36:59 -0500 Subject: [PATCH] Clarified config setup in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f505859..829f4ec 100644 --- a/README.md +++ b/README.md @@ -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"