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) {
|
constructor (wsEvent) {
|
||||||
this.wsEvent = wsEvent;
|
this.wsEvent = wsEvent;
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,4 @@ class Ready {
|
||||||
client.editStatus('online', { name: `Goddess of Discord! | v${client.version}`});
|
client.editStatus('online', { name: `Goddess of Discord! | v${client.version}`});
|
||||||
client.logger.event(`Woomy v${client.version} initialized and ready to accept commands!`);
|
client.logger.event(`Woomy v${client.version} initialized and ready to accept commands!`);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
module.exports = Ready;
|
|
Loading…
Add table
Add a link
Reference in a new issue