This class creates bots using raw api
Begin rate limited while using this is a must
const {createBot} = require('sphinx-bc'); // npm i sphinx-bc@latest new createBot({ token: "YourUserToken", name: "The name of the bot" }).create()
Last updated 2 years ago