1.0.6 • Published 11 months ago
kantalo.js v1.0.6
Kantalo.js
How to use:
First install our library on npm
npm i kantalo.js
After 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