FridayNightFunkinBoyfriendBot/default.json
2024-02-20 17:16:22 +00:00

24 lines
No EOL
387 B
JSON

{
"bots": [
{
"host": "localhost",
"version":"1.20.1",
"reconnectDelay": 6000,
"commands": {
"prefix": "default~"
},
"Core": {
"customName":"CoreCustomNameHere"
},
"discord": {
"channelId": "discordchannelidhere",
"invite": "discordlinkhere",
"commandPrefix": "default~"
}
}
]
}