forked from Supositware/Haha-Yes
better visibility in the console when bot get kicked
This commit is contained in:
parent
a459aa5456
commit
1c165ed28b
1 changed files with 1 additions and 0 deletions
1
index.js
1
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 });
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue