kantalo.js
v1.0.6
Published
 
Readme
Kantalo.js
How to use:
First install our library on npm
npm i kantalo.jsAfter you have done this create a file called Index.js (or whatever name) and then put this code
import Client from "kantalo.js"
const Bot = new Client("Bot Tutorial")
Bot.SendMessage("hello")
Bot.run() // your token