diff --git a/index.js b/index.js index b256c76c..b458d525 100644 --- a/index.js +++ b/index.js @@ -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 }); });