Update config.ini

Update sample config to reflect webhook_enabled not being reloadable.
This commit is contained in:
Rebecca 2021-07-28 01:44:37 -05:00 committed by GitHub
parent 78f3e1d3d1
commit 2a1ce15403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.