diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-11 16:31:21 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-11 16:31:21 +0500 |
| commit | 4cc618566d8546a06da0974612d08df80c45db62 (patch) | |
| tree | 88b9f86418666cf3099bdc8cbd66581f77f8db65 /localization/english.json | |
| parent | de2c1d7e2159d677ec80bbedd37f40b8fa5e8763 (diff) | |
feat: new response exception - illegal_command
Diffstat (limited to 'localization/english.json')
| -rw-r--r-- | localization/english.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localization/english.json b/localization/english.json index 1ef48cb..e48ac2e 100644 --- a/localization/english.json +++ b/localization/english.json @@ -18,6 +18,7 @@ "error.something_went_wrong": "Something went wrong", "error.external_api_error": "External API error (%s%s)", "error.insufficient_rights": "Insufficient rights", + "error.illegal_command": "Command not available", "ping.response": "{sender.alias_name}: funnywhitecat Pong! %s Uptime: %s ยท Used memory: %sMB", |
