summaryrefslogtreecommitdiff
path: root/localization/english.json
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-06 00:45:48 +0500
committerilotterytea <iltsu@alright.party>2024-05-06 00:45:48 +0500
commit58df60b6e3ccda724a81dd9f0721b1c6e84686c1 (patch)
tree01e86080261a5843ff0d2af1ad655e324709f826 /localization/english.json
parent28a63d9819c05d2576355117e54acc3f466bf926 (diff)
feat: new command - !notify (i havent tested it (clueless))
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 b086f6d..29b9858 100644
--- a/localization/english.json
+++ b/localization/english.json
@@ -20,5 +20,8 @@
"ping.response": "{sender.alias_name}: Pong! Uptime: %s ยท Used memory: %sMB",
"event.on": "{sender.alias_name}: New event \"%s\" has been successfully created!",
- "event.off": "{sender.alias_name}: The event \"%s\" has been deleted!"
+ "event.off": "{sender.alias_name}: The event \"%s\" has been deleted!",
+
+ "notify.sub": "{sender.alias_name}: You have been successfully subscribed to the \"%s\" event!",
+ "notify.unsub": "{sender.alias_name}: You have been unsubscribed from the \"%s\" event!"
}