Skip to content

diamanthaxhimusa/incdx-embed-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbedBot

Table of Contents

incdxBot

Embed Bot (c) 2019 Diamant Haxhimusa

init

Parameters

  • options Object Options of BOT
    • options.microphone Boolean Use the microphone (optional, default true)
    • 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)

Examples

incdxBot.init({
  userToken: "",
  microphone: true,
  primaryColor: "#3e4454",
  darkColor: "#2b303e",
  acsentColor: "#676f84",
  fontColor: "#ffffff",
});