mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
13 lines
471 B
JSON
13 lines
471 B
JSON
|
{
|
||
|
"DESCRIPTION": "Shows information about the server!",
|
||
|
"USAGE": "{{prefix}}serverinfo [ID/Name]",
|
||
|
"EXAMPLES": "{{prefix}}serverinfo Atlanta\n{{prefix}}serverinfo",
|
||
|
"AFK_CHANNEL": "AFK channel",
|
||
|
"NO_AFK_CHANNEL": "No AFK channel",
|
||
|
"MEMBERS": "{{count}} members",
|
||
|
"BOTS": "{{count}} bots",
|
||
|
"BOOSTS": "Boosts count",
|
||
|
"TEXT_CHANNELS": "{{count}} text",
|
||
|
"VOICE_CHANNELS": "{{count}} voice",
|
||
|
"CAT_CHANNELS": "{{count}} categories"
|
||
|
}
|