Changed text for guildCreate and guildDelete

This commit is contained in:
loicbersier 2018-09-24 20:32:09 +02:00
parent b95d11f953
commit 0f415427c3

View file

@ -43,7 +43,7 @@ client.registry
const channel = client.channels.get(statsChannel);
const addEmbed = {
color: 0x008000,
title: 'Someone added the bot! :D YAY',
title: 'Im in a new guild! :D YAY',
description: `${guild.name}\n${guild.memberCount} users\nOwner: ${guild.owner.user.username}\nOwner ID: ${guild.owner}`,
timestamp: new Date(),
};
@ -56,7 +56,7 @@ client.registry
const channel = client.channels.get(statsChannel);
const kickEmbed = {
color: 0xFF0000,
title: 'Someone removed the bot :(',
title: 'They kicked me out :(',
description: `${guild.name}\n${guild.memberCount} users\nOwner: ${guild.owner.user.username}\nOwner ID: ${guild.owner}`,
timestamp: new Date(),
};