2022-01-04 02:18:28 +05:00
|
|
|
{
|
|
|
|
"DESCRIPTION": "Ban the mentioned member!",
|
2022-07-25 22:09:02 +05:00
|
|
|
"USAGE": "ban [@user] (reason)",
|
|
|
|
"EXAMPLES": "ban @Jonny_Bro#4226 Spam",
|
2022-01-04 02:18:28 +05:00
|
|
|
"MISSING_MEMBER": "Please specify a valid member to ban!",
|
|
|
|
"YOURSELF": "You can't ban yourself!",
|
|
|
|
"SUPERIOR": "You can't sanction or update a sanction for a member who has an higher or equal role hierarchy to yours!",
|
|
|
|
"ALREADY_BANNED": "**{{username}}** is already banned!",
|
|
|
|
"MISSING_PERM": "An error has occurred... Please check that I have the permission to ban this specific member and try again!",
|
|
|
|
"BANNED_DM": "Hello {{username}},\nYou have just been banned from **{{server}}** by **{{moderator}}** because of **{{reason}}**!",
|
|
|
|
"BANNED": "**{{username}}** has just been banned from **{{server}}** by **{{moderator}}** because of **{{reason}}**!",
|
|
|
|
"CASE": "Ban | Case #{{count}}"
|
|
|
|
}
|