.notify has nicecatch event now, not yet implemented

This commit is contained in:
Toastie 2025-03-24 13:17:34 +13:00
parent 1cbaaed944
commit 8d08595a9f
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
2 changed files with 2 additions and 0 deletions
src/EllieBot
Modules/Administration/Notify
strings/responses

View file

@ -38,6 +38,7 @@ public partial class Administration
NotifyType.Protection => strs.notify_desc_protection,
NotifyType.AddRoleReward => strs.notify_desc_addrolerew,
NotifyType.RemoveRoleReward => strs.notify_desc_removerolerew,
NotifyType.NiceCatch => strs.notify_desc_nicecatch,
_ => strs.notify_desc_not_found
};

View file

@ -1154,6 +1154,7 @@
"notify_desc_protection": "Triggers when antialt, antispam or antiraid is triggered.",
"notify_desc_addrolerew": "Triggers when a user gets a role as a reward for reaching a level (xprew).",
"notify_desc_removerolerew": "Triggers when a user loses a role as a reward for reaching a level (xprew).",
"notify_desc_nicecatch": "Triggers when a user catches quality fish.",
"notify_desc_not_found": "No description found for this notify event. Please report this.",
"notify_placeholders": "Placeholders for '{0}' notify event",
"winlb": "Biggest Wins Leaderboard",