forked from Galactic/galactic-bot
lang reference
This commit is contained in:
parent
0e8e74f604
commit
a7e531afef
@ -199,7 +199,7 @@ class WordFilterSetting extends FilterSetting {
|
|||||||
}
|
}
|
||||||
actionObject.trigger = words;
|
actionObject.trigger = words;
|
||||||
if (removed.length) interaction.channel.send(
|
if (removed.length) interaction.channel.send(
|
||||||
interaction.format('S_WORDFILTER_WORD_IN_ACTION',
|
interaction.format('SETTING_WORDFILTER_WORD_IN_ACTION',
|
||||||
{ params: { words: removed.join('`, `') } })
|
{ params: { words: removed.join('`, `') } })
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user