Making a broadCast

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

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.

Last updated