events load now
This commit is contained in:
parent
22f51c78d2
commit
677a84e88c
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
};
|
Loading…
Reference in a new issue