😎
Sphinx-bc
  • Getting started
  • Basics
    • Using BotAccount Class
      • Making a broadCast
      • Music
  • Using userAccount Class
    • making a broadcast
    • AutoReaction
    • Leveling
  • createBot
Powered by GitBook
On this page

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()
PreviousLeveling

Last updated 2 years ago