UNPKG

@venixthedev/kahootjs

Version:

Replacement for kahoot.js-updated that works

9 lines (8 loc) 199 B
module.exports = class LiveBaseMessage{ constructor(client,channel,data){ this.channel = channel; this.clientId = client.clientId; if(data){this.data = data;} this.ext = {}; } };