bunch of lang stuff

This commit is contained in:
Erik 2020-09-01 23:04:25 +03:00
parent 5c386cf925
commit 070180897b
2 changed files with 20 additions and 14 deletions

View File

@ -115,6 +115,9 @@ Failed to resolve `{resolveable}` to a member.
[ERR_USER_RESOLVE]
Failed to resolve `{resolveable}` to a user.
[ERR_BOOLEAN_RESOLVE]
Unable to resolve `{resolveable}` to a boolean.
[ERR_INVALID_METHOD]
Method `{method}` is invalid!

View File

@ -75,7 +75,7 @@ Configure automatic infraction escalation & other automated moderation behaviour
Successfully toggled automatic infraction escalation **{toggle}**.
[S_AUTOMOD_NOARG]
Missing arguments.
Missing action type argument.
[S_AUTOMOD_INVALID_TYPE]
Cannot set **{infraction}** as a threshold.
@ -92,15 +92,24 @@ No points to remove.
[S_AUTOMOD_ADD_POINTS]
Successfully added action **{type}** at **{points} points**.
[S_AUTOMOD_ADD_POINTS_TIMED]
Successfully added action **{type}** at **{points} points** for **{time}**.
[S_AUTOMOD_OVERWRITE_POINTS]
Successfully overwrote **{oldType}** with **{type}** at **{points} points**.
[S_AUTOMOD_OVERWRITE_POINTS_TIMED]
Successfully overwrote **{oldType}** with **{type}** at **{points} points** for **{time}**.
[S_AUTOMOD_NOACTION]
No action set at that threshold.
[S_AUTOMOD_REMOVE_LENGTH]
Successfully removed length for **{type}** at **{points} points**.
[S_AUTOMOD_USEPREV_TOGGLE]
Successfully toggled usage of previous exceeded threshold **{toggle}**.
//moderationPoints Setting
[S_MODERATIONPOINTS_DESCRIPTION]
Configure points and point expiration for infractions. Utilized by auto-moderation.
@ -148,31 +157,25 @@ Successfully toggled modpoints {toggle}.
Cannot assign points to **{infraction}** type.
//IGNORE SETTING
[S_IGNORE_DESCRIPTION]
[S_IGNORECHANNELS_DESCRIPTION]
Define the channels that the bot will ignore commands in from non-bypassed users.
[S_IGNORE_ADD]
Successfully added the following channels to the ignore list:
`{changes}`
Successfully added the following channels to the ignore list: `{changes}`
[S_IGNORE_REMOVE]
Successfully removed the following channels from the ignore list:
`{changes}`
Successfully removed the following channels from the ignore list: `{changes}`
[S_IGNORE_LIST]
The following channels are being ignored by the bot:
`{channels}`
The following channels are being ignored by the bot: `{channels}`
The following roles have ignore bypass enabled:
`{roles}`
The following roles have ignore bypass enabled: `{roles}`
[S_IGNORE_BYPASS_ADD]
Successfully added the following roles to the ignore bypass:
`{changes}`
Successfully added the following roles to the ignore bypass: `{changes}`
[S_IGNORE_BYPASS_REMOVE]
Successfully removed the following roles from the ignore bypass:
`{changes}`
Successfully removed the following roles from the ignore bypass: `{changes}`
//moderationLog Setting