Moved thing around
This commit is contained in:
parent
0744748281
commit
ea78c93823
8 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ class ReadyListener extends Listener {
|
||||||
if (this.client.user.id == 377563711927484418) {
|
if (this.client.user.id == 377563711927484418) {
|
||||||
const channel = this.client.channels.get(statsChannel);
|
const channel = this.client.channels.get(statsChannel);
|
||||||
channel.send(`Ready to serve in ${this.client.channels.size} channels on ${this.client.guilds.size} servers, for a total of ${this.client.users.size} users. ${this.client.readyAt}`);
|
channel.send(`Ready to serve in ${this.client.channels.size} channels on ${this.client.guilds.size} servers, for a total of ${this.client.users.size} users. ${this.client.readyAt}`);
|
||||||
this.client.user.setActivity(`${prefix} feedback <feedback> to tell me what you think of the bot! | ${prefix} help`);
|
|
||||||
}
|
}
|
||||||
|
this.client.user.setActivity(`${prefix} feedback <feedback> to tell me what you think of the bot! | ${prefix} help`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4
index.js
4
index.js
|
@ -20,14 +20,14 @@ class hahaYesClient extends AkairoClient {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.inhibitorHandler = new InhibitorHandler(this, {
|
this.inhibitorHandler = new InhibitorHandler(this, {
|
||||||
directory: './inhibitors/',
|
directory: './event/inhibitors/',
|
||||||
emitters: {
|
emitters: {
|
||||||
process
|
process
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
this.listenerHandler = new ListenerHandler(this, {
|
this.listenerHandler = new ListenerHandler(this, {
|
||||||
directory: './listeners/'
|
directory: './event/listeners/'
|
||||||
});
|
});
|
||||||
|
|
||||||
this.listenerHandler.setEmitters({
|
this.listenerHandler.setEmitters({
|
||||||
|
|
Loading…
Reference in a new issue