😎
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
  • Welcome !
  • Installing
  • Usage

Getting started

This is some helpful steps for using sphinx-bc npm package :)

Welcome !

This package was designed for testing purposes, if your bot gets banned i have nothing to do with it.

Installing

A very cool package for breaking every discord tos

npm install sphinx-bc@latest

Usage

Import the components you need:

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

Then use them in your app or components:

new BotAccount({ token: " Your Bot token "});

//

new UserAccount({token: " Your user account token "});
NextUsing BotAccount Class

Last updated 2 years ago