> For the complete documentation index, see [llms.txt](https://isphinx.gitbook.io/sphinx-bc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isphinx.gitbook.io/sphinx-bc/using-useraccount-class/making-a-broadcast.md).

# making a broadcast

iam no feminist

## Using the userAccount class to use the function

```javascript
const {userAccount} = require("sphinx-bc");

new userAccount({token: "your user token"}).bc({
    ownerID: ["Your id"],
    prefix: "Your prefix",
    mention: true,
});
```
