UNPKG

@venixthedev/kahootjs

Version:

Replacement for kahoot.js-updated that works

10 lines (9 loc) 253 B
const LiveBaseMessage = require("./LiveBaseMessage.js"); module.exports = class LiveLeavePacket extends LiveBaseMessage{ constructor(client){ super(client,"/meta/disconnect"); Object.assign(this.ext,{ timesync: Date.now() }); } };