A BroadCast is message that is sent to all of the members in a server, an annoying function ngl.
Last updated 2 years ago
This will get your bot banned , 100%
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.