mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
9 lines
386 B
JSON
9 lines
386 B
JSON
|
{
|
||
|
"DESCRIPTION": "Unban the user from the server!",
|
||
|
"USAGE": "{{prefix}}unban [userID/user#0000]",
|
||
|
"EXAMPLES": "{{prefix}}unban 281361531411890186\n{{prefix}}unban @Jonny_Bro#4226",
|
||
|
"MISSING_ID": "Please specify the ID of the member you wish to unban!",
|
||
|
"NOT_BANNED": "**{{username}}** is not banned!",
|
||
|
"UNBANNED": "**{{username}}** has just been unbanned from **{{server}}**!"
|
||
|
}
|