Create a new client with Client Class.
const { Client } = requre("brickverse"); let bot = new Client(); // In-order to interact with Web API must use bot.login();
Last updated 2 years ago