This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
beebot/config.default.json
2017-12-11 17:21:28 +01:00

83 lines
1.2 KiB
JSON

{
"discord": {
"token": "<discord bot token>",
"client_id": "<discord client id>"
},
"templates": {
"bee": {
"template": "./BeeTemplate.png",
"z": 0,
"anchor": {
"x": {
"position": 50,
"offset": 475,
"size": 600
},
"y": {
"position": 100,
"offset": 530
}
}
},
"turtle": {
"template": "./TurtleTemplate.png",
"z": 0,
"anchor": {
"x": {
"position": 50,
"offset": 210,
"size": 150
},
"y": {
"position": 100,
"offset": 150
}
}
},
"santa": {
"template": "./SantaHat.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 275,
"size": 350
},
"y": {
"position": 0,
"offset": 150
}
}
},
"birthday": {
"template": "./BirthdayHat.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 512,
"size": 1000
},
"y": {
"position": 0,
"offset": 700
}
}
},
"space": {
"template": "./AstronautHelmet.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 300,
"size": 500
},
"y": {
"position": 50,
"offset": 300
}
}
}
}
}