sync changes
This commit is contained in:
parent
ee5de0ccaa
commit
4769669d12
6 changed files with 123 additions and 64 deletions
|
@ -0,0 +1,12 @@
|
|||
class Ready {
|
||||
constructor () {
|
||||
this.wsEvent;
|
||||
}
|
||||
|
||||
async run (client) {
|
||||
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 = new Ready();
|
Loading…
Add table
Add a link
Reference in a new issue