zepsonchatbot
v3.0.0
Published
a zepson bot ui
Downloads
14
Readme
a CDN for zepson chatbot
Put this script tag above the ending body tag (ie </body>)
<script src='https://www.unpkg.com/[email protected]/script.js'></script>You can customize bot name and color(hex/rgb) of the chatbot using the function below
NOTE: id and secret are required
Example;
zepsonBot({
"name": "Zepson",
"color": "red",
"side": "left",
"id": "Application id",
"secret": "API secret"
})