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

Making a broadCast

A BroadCast is message that is sent to all of the members in a server, an annoying function ngl.

PreviousUsing BotAccount ClassNextMusic

Last updated 2 years ago

This will get your bot banned , 100%

Using the function

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

new BotAccount({token: "Your bot token"}).botbc({
    ownerID: ["Your id"], 
    prefix: "your prefix",
    embedReply: "Optional Option",
    mention: true,
    type: 'off'
});

You need to have intents on for this to work.

Make sure you have these on or pkg no work for you :(