summaryrefslogtreecommitdiff
path: root/localization/english.json
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-11 17:05:41 +0500
committerilotterytea <iltsu@alright.party>2024-05-11 17:05:41 +0500
commitd57a5bcc3151f91fd82aa6f333e99a60eca8ced3 (patch)
tree4a171216607ad958ab2128619622fa02cea6a0d2 /localization/english.json
parent4cc618566d8546a06da0974612d08df80c45db62 (diff)
feat: help command + url configuration
Diffstat (limited to 'localization/english.json')
-rw-r--r--localization/english.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/localization/english.json b/localization/english.json
index e48ac2e..f6679ef 100644
--- a/localization/english.json
+++ b/localization/english.json
@@ -39,5 +39,7 @@
"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!"
+ "timer.delete": "{sender.alias_name}: The timer \"%s\" has been deleted!",
+
+ "help.response": "{sender.alias_name}: Bot command reference: %s"
}