diff --git a/structure/language/languages/en_us/en_us_settings.lang b/structure/language/languages/en_us/en_us_settings.lang index 996d5b6..77ccd07 100644 --- a/structure/language/languages/en_us/en_us_settings.lang +++ b/structure/language/languages/en_us/en_us_settings.lang @@ -52,6 +52,8 @@ Can be one of `{valid}`. > You can cancel this series of prompts by responding with `cancel`. +{wordwatcher} + [S_FILTER_ACTION_ADD_TIMER] Would you like the **{action}** to have a timer? Not assigning a timer will use defaults for the corresponding action. @@ -219,6 +221,11 @@ Successfully removed all presets from the regex filter. [S_WORDWATCHER_DESCRIPTION] Configure the behaviour of the word watcher. +Wordwatcher is a moderation utility that flags messages for manual review based on keywords. +Keywords can be regex expressions. + +Wordwatcher also supports having 5 reactions for quick actions. + [S_WORDWATCHER_TOGGLE] Successfully toggled the word watcher **{toggle}**. @@ -261,6 +268,18 @@ Successfully removed **{changes}** from the watch list. [S_WORDWATCHER_CHANNEL] Will log flagged messages to <#{channel}>. +[S_WORDWATCHER_ACTION_LIMIT] +You've hit the limit of quick actions. Either modify or remove existing ones. + +[S_WORDWATCHER_ACTION_ADD_START] +You can only define up to 5 quick actions, you currently have {amount} existing actions. + +[S_WORDWATCHER_ACTION_ADD_TRIGGERS] +Which emoji should represent this action? +Make sure it is one that the bot has access to (i.e. from this server or one you know the bot is in). + +The bot will use defaults if no emoji is given. + // Wordfilter [S_WORDFILTER_DESCRIPTION] Configure the word filtering behaviour for your server. diff --git a/util/filterPresets.json b/util/filterPresets.json index 0f4bbb3..0b1f47a 100644 --- a/util/filterPresets.json +++ b/util/filterPresets.json @@ -500,6 +500,7 @@ "poggers", "night", "nightmare", + "nightcore", "pingers", "nigeria", "nigel",