diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-08 22:15:48 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-08 22:15:48 +0500 |
| commit | 6034e01a6c0d62546f10247aa481304699ed4155 (patch) | |
| tree | 2db9ecd51aa37ac135131bd019f25c7ac8ae995d /localization/english.json | |
| parent | ef028f6535c8aac9367d2375cdd9556a1dcfe4f7 (diff) | |
feat: new command - !join
Diffstat (limited to 'localization/english.json')
| -rw-r--r-- | localization/english.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/localization/english.json b/localization/english.json index 29b9858..c3bf209 100644 --- a/localization/english.json +++ b/localization/english.json @@ -1,4 +1,6 @@ { + "msg.owner": "Contact @%s", + "argument.subcommand": "Subcommand", "argument.message": "Message", "argument.interval": "Interval", @@ -23,5 +25,12 @@ "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!" + "notify.unsub": "{sender.alias_name}: You have been unsubscribed from the \"%s\" event!", + + "join.response": "{sender.alias_name}: Successfully joined your chat room!", + "join.response_in_chat": "Hi, I'm %s and I'll be serving this chat. Send {default.prefix}help to learn about the commands!", + "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" } |
