Embed Bot (c) 2019 Diamant Haxhimusa
options
Object Options of BOToptions.microphone
Boolean Use the microphone (optional, defaulttrue
)options.primaryColor
primaryColor Color of the messsage box (optional, default#3e4454
)options.darkColor
darkColor Color of the bot tools (optional, default#2b303e
)options.acsentColor
acsentColor Acsent Color (light color) (optional, default#676f84
)options.fontColor
fontColor Color of the meesage text (optional, default#ffffff
)
incdxBot.init({
userToken: "",
microphone: true,
primaryColor: "#3e4454",
darkColor: "#2b303e",
acsentColor: "#676f84",
fontColor: "#ffffff",
});