😎
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. Using userAccount Class

making a broadcast

iam no feminist

Using the userAccount class to use the function

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

new userAccount({token: "your user token"}).bc({
    ownerID: ["Your id"],
    prefix: "Your prefix",
    mention: true,
});
PreviousUsing userAccount ClassNextAutoReaction

Last updated 2 years ago