better visibility in the console when bot get kicked

This commit is contained in:
loicbersier 2018-10-09 15:47:20 +02:00
parent a459aa5456
commit 1c165ed28b

View file

@ -66,6 +66,7 @@ client.registry
.setDescription(`${guild.name}\n${guild.id}\n${guild.memberCount} users\nOwner: ${guild.owner.user.username}\n(${guild.owner})`)
.setTimestamp()
console.log('***BOT KICKED***')
channel.send({ embed: kickEmbed });
});