"description":"The token for your Discord bot. Learn how to obtain a token and configure your bot application properly here: https:\/\/jmusicbot.com\/getting-a-bot-token\/",
"description":"This sets the prefix for the bot. The prefix is used to control the commands. If you use !, the play command will be !play. If you do not set this, the prefix will be a mention of the bot (@Botname play).",
"description":"If you change this, it modifies the default game of the bot. Set this to NONE to have no game. Set this to DEFAULT to use the default game. You can make the game \"Playing X\", \"Listening to X\", or \"Watching X\" where X is the title. If you don't include an action, it will use the default of \"Playing\".",
"env_variable":"BOT_GAME",
"default_value":"DEFAULT",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string|max:20"
},
{
"name":"Bot Default Status",
"description":"[ Accepted Values: ONLINE IDLE DND INVISIBLE ] Will modify the default status of bot.",
"description":"If you set this to true, the bot will list the title of the song it is currently playing in its \"Playing\" status. NOTE: This will ONLY work if the bot is playing music on ONE Discord server; if the bot is playing in multiple servers, this will not work!",
"env_variable":"BOT_SONG_STATUS",
"default_value":"false",
"user_viewable":true,
"user_editable":true,
"rules":"required|string|in:true,false"
},
{
"name":"Bot Show Images for \"Now Playing\"",
"description":"If set to true, the \"nowplaying\" command will show YouTube thumbnails. NOTE: If you set this to true, the nowplaying boxes will NOT refresh. This is because refreshing the boxes causes the image to be reloaded every time it refreshes.",
"env_variable":"BOT_NPIMAGES",
"default_value":"false",
"user_viewable":true,
"user_editable":true,
"rules":"required|string|in:true,false"
},
{
"name":"Bot Stay In Channel",
"description":"If set to true, the bot will not leave a voice channel after it finishes a queue. Keep in mind that being connected to a voice channel uses additional bandwidth, so this option is not recommended if bandwidth is a concern.",
"env_variable":"BOT_STAY_IN_CHANNEL",
"default_value":"false",
"user_viewable":true,
"user_editable":true,
"rules":"required|string|in:true,false"
},
{
"name":"Bot Alone Time Until Disconnect",
"description":"This sets the amount of seconds the bot will stay alone on a voice channel until it automatically leaves the voice channel and clears the queue. If not set or set to any number less than or equal to zero, the bot won't leave when alone.",
"env_variable":"BOT_ALONE_TIME",
"default_value":"0",
"user_viewable":true,
"user_editable":true,
"rules":"required|integer"
},
{
"name":"Bot Max Song Length",
"description":"This sets the maximum amount of seconds any track loaded can be. If not set or set to any number less than or equal to zero, there is no maximum time length. This time restriction applies to songs loaded from any source.",