From 2a1ce15403a8f2447fa590cb685073a181e791a6 Mon Sep 17 00:00:00 2001 From: Rebecca <58055358+MangosArentLiterature@users.noreply.github.com> Date: Wed, 28 Jul 2021 01:44:37 -0500 Subject: [PATCH] Update config.ini Update sample config to reflect webhook_enabled not being reloadable. --- bin/config_sample/config.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/config_sample/config.ini b/bin/config_sample/config.ini index 7c5fbd4..767a902 100644 --- a/bin/config_sample/config.ini +++ b/bin/config_sample/config.ini @@ -82,6 +82,7 @@ max_dice=100 [Discord] ; Whether the discord webhook is enabled or not. ; The server will send messages to this webhook whenever a modcall is sent. +; Changing this requires a server restart. webhook_enabled=false ; The URL of the discord webhook to send messages to. Must contain the webhook ID and token.