summaryrefslogtreecommitdiff
path: root/localization/english.json
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-14 23:23:12 +0500
committerilotterytea <iltsu@alright.party>2024-12-14 23:23:12 +0500
commit1134c8316e5ee445567f9bf225e9fb9c2631b4dc (patch)
tree05380fdd9ab9b40af9443bb5e0cd52aeec36a53a /localization/english.json
parent79c39906131bb72780da96ccc6eb43524dec3350 (diff)
feat: settings command
Diffstat (limited to 'localization/english.json')
-rw-r--r--localization/english.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/localization/english.json b/localization/english.json
index a198783..c7cc035 100644
--- a/localization/english.json
+++ b/localization/english.json
@@ -43,5 +43,10 @@
"help.response": "{sender.alias_name}: Bot command reference: %s",
- "chatters.response": "{sender.alias_name}: Chatter list: %s"
+ "chatters.response": "{sender.alias_name}: Chatter list: %s",
+
+ "set.locale": "{sender.alias_name}: The bot now speaks English in this chat!",
+ "set.prefix": "{sender.alias_name}: The bot prefix is now \"%s\" in this chat!",
+ "set.feature.disabled": "{sender.alias_name}: The feature \"%s\" has been disabled for this chat!",
+ "set.feature.enabled": "{sender.alias_name}: The feature \"%s\" has been enabled for this chat!"
}