diff options
Diffstat (limited to 'localization/english.json')
| -rw-r--r-- | localization/english.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/localization/english.json b/localization/english.json index 8cec9cb..97b74d7 100644 --- a/localization/english.json +++ b/localization/english.json @@ -35,5 +35,8 @@ "join.not_allowed": "{sender.alias_name}: The bot cannot join chat rooms!%s", "custom_command.new": "{sender.alias_name}: New command \"%s\" has been successfully created!", - "custom_command.delete": "{sender.alias_name}: The command \"%s\" has been deleted!" + "custom_command.delete": "{sender.alias_name}: The command \"%s\" has been deleted!", + + "timer.new": "{sender.alias_name}: New timer \"%s\" has been successfully created!", + "timer.delete": "{sender.alias_name}: The timer \"%s\" has been deleted!" } |
