not async by default

This commit is contained in:
Emily 2022-12-12 12:09:44 +11:00
parent 1036a253eb
commit 1a24f5b819

View file

@ -3,7 +3,7 @@ module.exports = class {
this.wsEvent = wsEvent;
}
async run (client) { //eslint-disable-line no-unused-vars
run (client) { //eslint-disable-line no-unused-vars
}
};