Update config.ini
Update sample config to reflect webhook_enabled not being reloadable.
This commit is contained in:
parent
78f3e1d3d1
commit
2a1ce15403
@ -82,6 +82,7 @@ max_dice=100
|
|||||||
[Discord]
|
[Discord]
|
||||||
; Whether the discord webhook is enabled or not.
|
; Whether the discord webhook is enabled or not.
|
||||||
; The server will send messages to this webhook whenever a modcall is sent.
|
; The server will send messages to this webhook whenever a modcall is sent.
|
||||||
|
; Changing this requires a server restart.
|
||||||
webhook_enabled=false
|
webhook_enabled=false
|
||||||
|
|
||||||
; The URL of the discord webhook to send messages to. Must contain the webhook ID and token.
|
; The URL of the discord webhook to send messages to. Must contain the webhook ID and token.
|
||||||
|
Loading…
Reference in New Issue
Block a user