misc lang stuff

This commit is contained in:
Erik 2022-06-28 17:42:21 +03:00
parent be207d8668
commit fc5e86a4fb
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
2 changed files with 8 additions and 4 deletions

View File

@ -154,11 +154,11 @@ exports.InfractionDictionary = {
present: 'nickname'
},
LOCKDOWN: {
past: 'enabled lockdown in',
past: 'enabled lockdown',
present: 'lockdown'
},
UNLOCKDOWN: {
past: 'disabled lockdown in',
past: 'disabled lockdown',
present: 'unlockdown'
}
};
@ -181,7 +181,7 @@ exports.InfractionColors = {
KICK: 0xff7a33,
SOFTBAN: 0xdb36fc,
BAN: 0xff3333,
UNBAN: 0xff5c5c,
UNBAN: 0x7DD667, //0xff5c5c,
VCMUTE: 0x1f75ff,
VCUNMUTE: 0x5c9aff,
VCKICK: 0xF9DC5C,
@ -193,7 +193,7 @@ exports.InfractionColors = {
REMOVEROLE: 0xff3333,
NICKNAME: 0xEBEBEB,
LOCKDOWN: 0xff3333,
UNLOCKDOWN: 0xff5c5c
UNLOCKDOWN: 0x7DD667
};
exports.InfractionProperCase = {

View File

@ -38,3 +38,7 @@ The channel in which the message was no longer exists.
[WORDWATCHER_MISSING_MEMBER]
Missing target member for action **{actionType}**.
[LINKFILTER_WARN]
Failed to validate domain `{domain}`.
If this is a valid domain, add it to the greylist to ensure it is filtered.