module.exports = class Event { constructor (wsEvent) { this.wsEvent = wsEvent; } run (client) { //eslint-disable-line no-unused-vars } };