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,
});

Last updated