forked from Galactic/galactic-bot
misc lang stuff
This commit is contained in:
parent
be207d8668
commit
fc5e86a4fb
@ -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 = {
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user