TeamBotTemplate2/config.json.example

17 lines
281 B
Plaintext
Raw Normal View History

2021-11-17 12:16:50 -08:00
{
"token": "Bot ABCDEFGHIJKLMNOPQRSTUVWXYZ.1234567890",
2021-11-18 12:18:21 -08:00
"guildid": "the id of you server",
2021-11-19 11:11:52 -08:00
"teamLayout": {
"general1": {
"type": "text",
"name": "general"
},
"voice1": {
"type": "voice",
"name": "Vocal Chat",
"properties": {
"max_users": 3
}
}
}
2021-11-17 12:16:50 -08:00
}