add strings for /login
This commit is contained in:
parent
6d44d2e78a
commit
756654a64b
10
bot/en.json
10
bot/en.json
|
@ -117,6 +117,16 @@
|
||||||
"title": "AutoMod command list",
|
"title": "AutoMod command list",
|
||||||
"header": "### 👋 Heya!\n##### I'm AutoMod, the friendly moderation assistant. Below is a list of available commands to get you started!",
|
"header": "### 👋 Heya!\n##### I'm AutoMod, the friendly moderation assistant. Below is a list of available commands to get you started!",
|
||||||
"legend": "A 🔒 padlock means that you don't have permission to run the command, while ~~strikethrough~~ commands are unavailable in this chat."
|
"legend": "A 🔒 padlock means that you don't have permission to run the command, while ~~strikethrough~~ commands are unavailable in this chat."
|
||||||
|
},
|
||||||
|
"login": {
|
||||||
|
"title": "Log in",
|
||||||
|
"info": "You can log into AutoMod's dashboard here: {{url}}\nIf you already have a login OTP, run `{{prefix}}login <OTP>`.",
|
||||||
|
"not_found": "Hmm, it doesn't look like the OTP you provided is valid.",
|
||||||
|
"prompt": "### Was this really you?\nIf someone told you to run this, **stop!** Someone is trying to **gain access to your account**!\n\nThe **only place** that you should run this command from is {{url}}.\n\nThink someone is trying to scam you? Right click their avatar and click \"Report user\". Don't respond to any other messages. Stay safe!\n\nIf this was you and you are trying to log into {{url}}, click on ✅ below to approve this request.",
|
||||||
|
"approved": "Login request approved! Refresh your browser if nothing happened.",
|
||||||
|
"denied": "Login request denied! If you think someone is trying to scam you, please report them immediately.",
|
||||||
|
"check_dm": "Check your [direct messages]({{dm_url}})! Please run this command in my DM chat in the future to avoid spamming servers and exposing potentially private information.",
|
||||||
|
"details": "#### Login request details\n##### This login attempt was created from the following location:\nCountry: `{{country}}`\nRegion: `{{region}}`\nCity: `{{city}}`\nTime: {{time}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"infractions": {
|
"infractions": {
|
||||||
|
|
Loading…
Reference in a new issue