npm install @power-bots/powerbotlibrary
import { bot } from "@power-bots/powerbotlibrary"
import { knex } from "@power-bots/powerbotlibrary" // If you want to use database
bot.setup(__dirname)
bot.run()There is some documnetation here
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install @power-bots/powerbotlibrary
import { bot } from "@power-bots/powerbotlibrary"
import { knex } from "@power-bots/powerbotlibrary" // If you want to use database
bot.setup(__dirname)
bot.run()There is some documnetation here