diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-01 00:15:19 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-01 00:15:19 +0500 |
| commit | 6a05c1bc5990eb4b10cc2454b7f2679b0e51d4b9 (patch) | |
| tree | b4f3e16d648f939b63c37fa32f0ef7220e1dd40d /localization | |
| parent | f9859164676f8fc3fa174d6c351308e6acc2b369 (diff) | |
upd: updated the '!ping' command
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/english.json | 2 | ||||
| -rw-r--r-- | localization/russian.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/localization/english.json b/localization/english.json index 4528cbe..7e84d1a 100644 --- a/localization/english.json +++ b/localization/english.json @@ -1,3 +1,3 @@ { - "ping.response": "Pong!" + "ping.response": "{sender.alias_name}: Pong! Uptime: %s · Used memory: %sMB" } diff --git a/localization/russian.json b/localization/russian.json index 5de44e8..9b31fde 100644 --- a/localization/russian.json +++ b/localization/russian.json @@ -1,3 +1,3 @@ { - "ping.response": "Понг!" + "ping.response": "{sender.alias_name}: Понг! Время сессии: %s · ОЗУ: %sМБ" } |
