role_gate.js Mobile-API for RoleGate an platform to play any tabletop RPG by chat Example async function main() { const { RoleGate } = require("./role_gate.js") const roleGate = new RoleGate() await roleGate.login("username", "password") } main()