FridayNightFunkinBoyfriendBot/default.json

24 lines
387 B
JSON
Raw Permalink Normal View History

2024-02-20 12:16:22 -05:00
{
"bots": [
{
"host": "localhost",
"version":"1.20.1",
"reconnectDelay": 6000,
"commands": {
"prefix": "default~"
},
"Core": {
"customName":"CoreCustomNameHere"
},
"discord": {
"channelId": "discordchannelidhere",
"invite": "discordlinkhere",
"commandPrefix": "default~"
}
}
]
}