forked from Supositware/Haha-Yes
This commit is contained in:
parent
f67907a618
commit
b04d76d168
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -32,7 +32,7 @@ client.registry
|
|||
console.log(`Logged in as ${client.user.tag}! (${client.user.id})`);
|
||||
console.log(`Ready to serve in ${client.channels.size} channels on ${client.guilds.size} servers, for a total of ${client.users.size} users. ${client.readyAt}`);
|
||||
// Send stats to the "stats" channel in the support server if its not the test bot
|
||||
if (client.user.id === 377563711927484418) {
|
||||
if (client.user.id == 377563711927484418) {
|
||||
const channel = client.channels.get(statsChannel);
|
||||
channel.send(`Ready to serve in ${client.channels.size} channels on ${client.guilds.size} servers, for a total of ${client.users.size} users. ${client.readyAt}`);
|
||||
client.user.setActivity('"haha help" or "@me help" for help');
|
||||
|
|
Loading…
Reference in a new issue