better visibility in the console when bot get kicked

Commando
loicbersier 6 years ago
parent a459aa5456
commit 1c165ed28b

@ -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 });
});

Loading…
Cancel
Save