diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-05 19:45:51 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-05 19:45:51 +0500 |
| commit | 84bb9ad288d88ce4777137be402ecddf6c3f9a0e (patch) | |
| tree | 45420eb2c859f484ca5da7af39e40f4c43bc3fd2 /localization/english.json | |
| parent | b0fed946b38de699cde4ed44243f93bf1fc08811 (diff) | |
feat: new command - !event
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 77a736d..b086f6d 100644 --- a/localization/english.json +++ b/localization/english.json @@ -17,5 +17,8 @@ "error.external_api_error": "External API error (%s%s)", "error.insufficient_rights": "Insufficient rights", - "ping.response": "{sender.alias_name}: Pong! Uptime: %s · Used memory: %sMB" + "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!" } |
