diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-08 23:29:37 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-08 23:29:37 +0500 |
| commit | 860e6216e9c0c5e554d07aa0db8ab74dfbb873f7 (patch) | |
| tree | c69f725d1f003bfbdc44e869eec2a992d97f1a3f /localization/english.json | |
| parent | e0b13f112bb3aa037434a040709636d47ac1752a (diff) | |
feat: new command - !scmd
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 c3bf209..8cec9cb 100644 --- a/localization/english.json +++ b/localization/english.json @@ -32,5 +32,8 @@ "join.already_in": "{sender.alias_name}: I'm already in your chat room!", "join.rejoined": "{sender.alias_name}: I have rejoined your chat room!", "join.from_other_chat": "{sender.alias_name}: In order for the bot to join your chat, you need to send {default.prefix}join directly in %s chat.", - "join.not_allowed": "{sender.alias_name}: The bot cannot join chat rooms!%s" + "join.not_allowed": "{sender.alias_name}: The bot cannot join chat rooms!%s", + + "custom_command.new": "{sender.alias_name}: New command \"%s\" has been successfully created!", + "custom_command.delete": "{sender.alias_name}: The command \"%s\" has been deleted!" } |
