.notify has nicecatch event now, not yet implemented
This commit is contained in:
parent
1cbaaed944
commit
8d08595a9f
2 changed files with 2 additions and 0 deletions
src/EllieBot
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue