not async by default
This commit is contained in:
parent
1036a253eb
commit
1a24f5b819
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue