From 6d33839f633aaec231e76ccfd4bc32908b3380ef Mon Sep 17 00:00:00 2001 From: Vladisvell <73733747+Vladisvell@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:38:56 +0500 Subject: [PATCH] refactor: renamed discord webhooks and vote no dead in example config file (#3605) --- config/example/config.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config/example/config.txt b/config/example/config.txt index d2a49329683..92677998384 100644 --- a/config/example/config.txt +++ b/config/example/config.txt @@ -199,7 +199,7 @@ VOTE_AUTOTRANSFER_INITIAL 72000 VOTE_AUTOTRANSFER_INTERVAL 18000 ## prevents dead players from voting or starting votes -#NO_DEAD_VOTE +#VOTE_NO_DEAD ## players' votes default to "No vote" (otherwise, default to "No change") DEFAULT_NO_VOTE @@ -512,31 +512,31 @@ BYOND_ACCOUNT_AGE_THRESHOLD 7 ## If you are going to enable discord webhooks, fill out EVERYTHING in this section ## Uncomment the line below to enable Discord webhooks -#ENABLE_DISCORD_WEBHOOKS +#DISCORD_WEBHOOKS_ENABLED ## Role ID to be pinged with administrative events. If unset, all pings to this role will be disabled ## IF YOU ARE DISABLING THIS COMMENT IT OUT ENTIRELY, DONT LEAVE IT BLANK #DISCORD_WEBHOOKS_ADMIN_ROLE_ID ## Webhook URLs for the main discord webhook. Separate multiple URLs with enter, like: -## DISCORD_WEBHOOKS_MAIN_URL https://url1 -## DISCORD_WEBHOOKS_MAIN_URL https://url2 -#DISCORD_WEBHOOKS_MAIN_URL +## DISCORD_MAIN_WEBHOOK_URLS https://url1 +## DISCORD_MAIN_WEBHOOK_URLS https://url2 +#DISCORD_MAIN_WEBHOOK_URLS ## Webhook URLs for the admin discord webhook. Separate multiple URLs with enter, like:) -## DISCORD_WEBHOOKS_ADMIN_URL https://url1 -## DISCORD_WEBHOOKS_ADMIN_URL https://url2 -#DISCORD_WEBHOOKS_ADMIN_URL +## DISCORD_ADMIN_WEBHOOK_URLS https://url1 +## DISCORD_ADMIN_WEBHOOK_URLS https://url2 +#DISCORD_ADMIN_WEBHOOK_URLS ## Webhook URLs for the requests discord webhook. Separate multiple URLs with enter, like: -## DISCORD_WEBHOOKS_REQUESTS_URL https://url1 -## DISCORD_WEBHOOKS_REQUESTS_URL https://url2 -#DISCORD_WEBHOOKS_REQUESTS_URL +## DISCORD_REQUESTS_WEBHOOK_URLS https://url1 +## DISCORD_REQUESTS_WEBHOOK_URLS https://url2 +#DISCORD_REQUESTS_WEBHOOK_URLS ## Webhook URLs for the mentor discord webhook. Separate multiple URLs with enter, like: -## DISCORD_WEBHOOKS_MENTOR_URL https://url1 -## DISCORD_WEBHOOKS_MENTOR_URL https://url2 -#DISCORD_WEBHOOKS_MENTOR_URL +## DISCORD_MENTOR_WEBHOOK_URLS https://url1 +## DISCORD_MENTOR_WEBHOOK_URLS https://url2 +#DISCORD_MENTOR_WEBHOOK_URLS ## Uncomment to send all ahelps to discord. If the line is commented, only ahelps made when no admins are online will be forwarded ## Ahelps forwarded when staff are online will never have the role ping, regardless of the setting above