forked from Supositware/Haha-Yes
Changed text for guildCreate and guildDelete
This commit is contained in:
parent
b95d11f953
commit
0f415427c3
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -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(),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue