Client

Create a new client with Client Class.

Example

const { Client } = requre("brickverse");
let bot = new Client();

// In-order to interact with Web API must use bot.login();

Last updated