PowerBotsLibrary PowerBotsLibrary is the core of all Power Bots and makes up the foundation to share code. Install npm install @power-bots/powerbotlibrary Usage 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