This commit is contained in:
Erik 2022-01-18 16:32:50 +02:00
parent ac02c5d1d0
commit e9282f7a50
No known key found for this signature in database
GPG Key ID: FEFF4B220DDF5589
3 changed files with 34 additions and 0 deletions

View File

@ -10,6 +10,24 @@ Choices
[GENERAL_SILENT]
》 Silent
[GENERAL_ROLES]
》 Roles
[GENERAL_CHANNEL]
》 Channel
[ATTACHMENT_LOGS]
》 Attachment Logs
[IGNORED_ROLES]
》 Ignored Roles
[IGNORED_CHANNELS]
》 Ignored Channels
[GENERAL_TYPE]
》 Type
[GENERAL_STATE]
switch({bool}) {
case true:
@ -33,9 +51,15 @@ Changes **not** saved.
[SETTINGS_ERROR]
Internal error during handling of **{resolveable}**.
[SETTINGS_LIST]
Use the `help [setting]` or `settings <module> <setting>` command to view setting specific information.
[SETTING_NOCONTENT]
No content provided.
[SETTING_MISSING_ARG]
Must provude both a **list** and **method** argument
[TIMEOUT_IN]
Timeout in {time} seconds.

View File

@ -0,0 +1,6 @@
[SETTING_SILENT_HELP]
Configure if all moderation commands will execute silently.
Silent execution enables ephemeral responses to moderation commands, i.e. the bot's response **only** shows to the executor.
[SETTING_PROTECTION_PROMPT]
Respond with the roles

View File

@ -0,0 +1,4 @@
[SETTING_MESSAGELOG_HELP]
Configure message logging for your server.
Message logging utilizes webhooks for bulk message deletions, so if you wish to log those, make sure the bot has the `MANAGE_WEBHOOKS` permission in the logging channel!
If you've given the permission retroactively, make sure to reconfigure the channel to ensure the bot creates the webhook.