😎
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
  1. Basics

Using BotAccount Class

Using the basics of this class

Just so you know , I never intended in making this look good

const {BotAccount} = require("sphinx-bc");

new BotAccount({token: "Your bot token"});
PreviousGetting startedNextMaking a broadCast

Last updated 2 years ago