Making a broadCast
A BroadCast is message that is sent to all of the members in a server, an annoying function ngl.
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'
});

Last updated