its brokenn

This commit is contained in:
Emily 2020-10-20 21:23:07 +11:00
parent 1d90965162
commit bfb0eb561d
2 changed files with 2 additions and 13 deletions

View file

@ -1,6 +1,6 @@
class Ready {
constructor () {
this.wsEvent;
constructor (wsEvent) {
this.wsEvent = wsEvent;
}
async run (client) {