forked from Supositware/Haha-Yes
fixed my dumb mistake
This commit is contained in:
parent
72f071ce1a
commit
7c49f359f1
1 changed files with 1 additions and 3 deletions
4
index.js
4
index.js
|
@ -29,12 +29,10 @@ client.registry
|
||||||
client.user.setActivity(activity);
|
client.user.setActivity(activity);
|
||||||
const channel = client.channels.get('487766113292124160');
|
const channel = client.channels.get('487766113292124160');
|
||||||
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}`);
|
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.on("guildCreate", guild => {
|
|
||||||
console.log(`${guild.name}\n${guild.memberCount} users\nOwner: ${guild.owner}`)
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
// when bot join a guild send embeds with detail about it
|
// when bot join a guild send embeds with detail about it
|
||||||
client.on("guildCreate", guild => {
|
client.on("guildCreate", guild => {
|
||||||
|
console.log(`${guild.name}\n${guild.memberCount} users\nOwner: ${guild.owner}`)
|
||||||
const channel = client.channels.get('487766113292124160');
|
const channel = client.channels.get('487766113292124160');
|
||||||
const exampleEmbed = {
|
const exampleEmbed = {
|
||||||
color: 0x0099ff,
|
color: 0x0099ff,
|
||||||
|
|
Loading…
Reference in a new issue