woomy-v2/templates/exampleEvent.js

9 lines
163 B
JavaScript
Raw Permalink Normal View History

2020-10-28 12:10:36 +00:00
module.exports = class {
constructor (wsEvent) {
this.wsEvent = wsEvent;
}
async run (client) { //eslint-disable-line no-unused-vars
}
};