Merge pull request #921 from Proxymiity/patch-1

Updated JMusicBot egg
This commit is contained in:
Michael (Parker) Parker 2021-01-09 19:47:50 -05:00 committed by GitHub
commit 84a628ab06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
"startup": "java -Djavax.accessibility.assistive_technologies=\" \" -Dnogui=true -jar JMusicBot.jar",
"config": {
"files": "{\r\n \"config.txt\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"token =\": \"token = \\\"{{env.BOT_TOKEN}}\\\"\",\r\n \"prefix =\": \"prefix = \\\"{{env.BOT_PREFIX}}\\\"\",\r\n \"owner =\": \"owner = \\\"{{env.BOT_OWNER}}\\\"\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"\"\r\n}",
"startup": "{\r\n \"Finished Loading\": \"\"\r\n}",
"logs": "{}",
"stop": "^C"
},
@ -26,7 +26,7 @@
"variables": [
{
"name": "Discord Bot Token",
"description": "The token for your discord bot.\r\n\r\nhttps:\/\/discordapp.com\/developers\/applications\/",
"description": "The token for your discord bot.\r\n\r\nhttps:\/\/discord.com\/developers\/applications\/",
"env_variable": "BOT_TOKEN",
"default_value": "You need to get a token",
"user_viewable": true,
@ -52,4 +52,4 @@
"rules": "required|string|max:32"
}
]
}
}