mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
10 lines
648 B
JSON
10 lines
648 B
JSON
|
{
|
||
|
"DESCRIPTION": "Kick the mentioned member!",
|
||
|
"USAGE": "{{prefix}}kick [@member] (reason)",
|
||
|
"EXAMPLES": "{{prefix}}kick @Jonny_Bro#4226 Spam",
|
||
|
"MISSING_MEMBER": "Please specify a valid member to kick!",
|
||
|
"MISSING_PERM": "An error has occurred... Please check that I have the permission to kick this specific member and try again!",
|
||
|
"KICKED_DM": "Hello {{username}},\nYou have just been kicked from **{{server}}** by **{{moderator}}** because of **{{reason}}**!",
|
||
|
"KICKED": "**{{username}}** has just been kicked from **{{server}}** by **{{moderator}}** because of **{{reason}}**!",
|
||
|
"CASE": "Kick | Case #{{count}}"
|
||
|
}
|