JaBa/languages/en-US/moderation/ban.json

13 lines
835 B
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
2021-12-22 16:50:28 +05:00
"DESCRIPTION": "Ban the mentioned member!",
"USAGE": "{{prefix}}ban [@user] (reason)",
"EXAMPLES": "{{prefix}}ban @Jonny_Bro#4226 Spam",
"MISSING_MEMBER": "Please specify a valid member to ban!",
2021-12-26 13:57:14 +05:00
"YOURSELF": "You can't ban yourself!",
2021-12-22 16:50:28 +05:00
"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}}"
2021-12-10 21:39:54 +05:00
}