Introduction
Example
const { Client } = requre("brickverse");
let bot = new Client();
bot.login(process.env.BRICKVERSE_SECURITY_TOKEN, false).then(async() => {
await bot.SendFriendRequest(1);
bot.quit(); // terminates session. this will invalidate your BRICKVERSE SECURITY TOKEN!
})GitHub
NPM
Yarn
Last updated
Was this helpful?
