Add strings for /remindme
This commit is contained in:
parent
564d93ea68
commit
153f222e6f
11
bot/en.json
11
bot/en.json
|
@ -56,6 +56,12 @@
|
|||
"kick": {
|
||||
"user_kicked": "### User kicked\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**",
|
||||
"not_a_member": "The target (<@{{userid}}>) is not a member of this server."
|
||||
},
|
||||
"remindme": {
|
||||
"title": "Reminder",
|
||||
"reminder_set": "#### Reminder set!\nYou will receive a direct message {{time}}. Make sure you always share at least one mutual server with AutoMod!",
|
||||
"no_time": "#### You haven't provided a valid timestamp!\nExample: `{{prefix}}remindme 10m Take the pizza out of the oven`",
|
||||
"message_too_long": "That reminder is too long! It can't exceed {{length}} characters."
|
||||
}
|
||||
},
|
||||
"infractions": {
|
||||
|
@ -79,6 +85,11 @@
|
|||
"bot_cant_kick": "AutoMod does not have sufficient permission to kick the target user.",
|
||||
"bot_cant_ban": "AutoMod does not have sufficient permission to ban the target user."
|
||||
},
|
||||
"reminder": {
|
||||
"title": "Here's your reminder!",
|
||||
"body": "#### You asked me to remind you of the following {{timestamp}}:\n{{message}}",
|
||||
"no_message": "*You didn't set a reminder message, click [here]({{url}}) to jump to context*"
|
||||
},
|
||||
"command_failed": {
|
||||
"title": "Command execution failed",
|
||||
"bug_report": "File a bug report",
|
||||
|
|
Loading…
Reference in a new issue