events load now

This commit is contained in:
Emily 2020-10-21 11:39:16 +11:00
parent 22f51c78d2
commit 677a84e88c

View file

@ -1,4 +1,4 @@
class Ready {
module.exports = class {
constructor (wsEvent) {
this.wsEvent = wsEvent;
}
@ -7,6 +7,4 @@ class Ready {
client.editStatus('online', { name: `Goddess of Discord! | v${client.version}`});
client.logger.event(`Woomy v${client.version} initialized and ready to accept commands!`);
}
}
module.exports = Ready;
};