Add strings for /ban
This commit is contained in:
parent
1710c10148
commit
f348eb2117
|
@ -57,6 +57,9 @@
|
||||||
"user_kicked": "### User kicked\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**",
|
"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."
|
"not_a_member": "The target (<@{{userid}}>) is not a member of this server."
|
||||||
},
|
},
|
||||||
|
"ban": {
|
||||||
|
"user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**"
|
||||||
|
},
|
||||||
"remindme": {
|
"remindme": {
|
||||||
"title": "Reminder",
|
"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!",
|
"reminder_set": "#### Reminder set!\nYou will receive a direct message {{time}}. Make sure you always share at least one mutual server with AutoMod!",
|
||||||
|
@ -71,7 +74,8 @@
|
||||||
"too_many_users": "Too many users provided! Please provide no more than {{max}} users.",
|
"too_many_users": "Too many users provided! Please provide no more than {{max}} users.",
|
||||||
"no_user_one": "The provided user could not be found",
|
"no_user_one": "The provided user could not be found",
|
||||||
"no_user_other": "The provided users could not be found",
|
"no_user_other": "The provided users could not be found",
|
||||||
"death_threats": "I know where you live :3"
|
"death_threats": "I know where you live :3",
|
||||||
|
"permanent": "Permanent"
|
||||||
},
|
},
|
||||||
"target_uncertain": {
|
"target_uncertain": {
|
||||||
"title": "Confirm action",
|
"title": "Confirm action",
|
||||||
|
|
Loading…
Reference in a new issue