Update config descriptions for Discord.ini

This commit is contained in:
Salanto 2021-08-12 23:03:46 +02:00
parent f4038d4678
commit 5b07bb5557

View File

@ -1,19 +1,17 @@
[Discord] [Discord]
; Whether the discord webhook is enabled or not. ; Enables the Discord Webhook Integration
; 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
;Enables the modcall webhook to post a notification when a modcall is made. ; Enables the modcall webhook to post a message when a modcall is made.
webhook_modcall_enabled=false webhook_modcall_enabled=false
; The URL of the discord webhook to send messages to. Must contain the webhook ID and token. ; The URL of the modcall webhook. Must contain the webhook ID and token.
webhook_modcall_url= webhook_modcall_url=
; Additional text to send with the webhook message. Usually for adding tags for role. Ensure the format is <@&[RoleID]>. ; Optional text. Usually for adding tags for roles. Ensure the format is <@&[RoleID]>.
webhook_modcall_content= webhook_modcall_content=
; Whether to attach a file containing the area log when a modcall message is sent to the webhook. ; Attaches a logfile of the area to the modcall webhook.
webhook_modcall_sendfile=false webhook_modcall_sendfile=false
; Enables the ban webhook. ; Enables the ban webhook.
@ -25,8 +23,8 @@ webhook_ban_url=
; Enables Uptime Webhook. ; Enables Uptime Webhook.
webhook_uptime_enabled = false webhook_uptime_enabled = false
; The time between message posting. This time is in minutes, with a default of 60. ; The time between message posting. Time is in minutes.
webhook_uptime_time = 60 webhook_uptime_time = 60
; The URL of the uptime discord webhook to send messages to. Must contain the webhook ID and token. ; The URL of the Uptime Webhook. Must contain the webhook ID and token.
webhook_uptime_url= webhook_uptime_url=