lang
This commit is contained in:
parent
ac02c5d1d0
commit
e9282f7a50
@ -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.
|
||||
|
||||
|
@ -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
|
4
src/localization/en_us/settings/en_us_logging.lang
Normal file
4
src/localization/en_us/settings/en_us_logging.lang
Normal 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.
|
Loading…
Reference in New Issue
Block a user