Client
Example
const { Client } = requre("brickverse");
let bot = new Client();
// In-order to interact with Web API must use bot.login();Last updated
Was this helpful?
const { Client } = requre("brickverse");
let bot = new Client();
// In-order to interact with Web API must use bot.login();Last updated
Was this helpful?
Was this helpful?