summaryrefslogtreecommitdiff
path: root/localization/english.json
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-09 00:04:43 +0500
committerilotterytea <iltsu@alright.party>2024-05-09 00:04:43 +0500
commit8c9f4843fc904f53197d6008c29df7ba5b1353e9 (patch)
tree17319950fb7772a3577215d83e9f30c5adb0f2ea /localization/english.json
parent6b89f774abdd2f12b7b33933a8c1a72a39394b0a (diff)
feat: new command - !timer
Diffstat (limited to 'localization/english.json')
-rw-r--r--localization/english.json5
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!"
}