login
Example
const { Client } = requre("brickverse");
let bot = new Client();
bot.login(process.env.BRICKVERSE_SECURITY_TOKEN, false).then(async() => {
await bot.SendFriendRequest(1);
});Parameters
Name
Type
Description
Last updated
Was this helpful?
