createBot

This class creates bots using raw api

Begin rate limited while using this is a must

Using it

const {createBot} = require('sphinx-bc'); // npm i sphinx-bc@latest

new createBot({
token: "YourUserToken",
name: "The name of the bot"
}).create()

Last updated