forked from Supositware/Haha-Yes
fixed typo
This commit is contained in:
parent
dea2f8fcde
commit
d3aa4c9a8c
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -44,7 +44,7 @@ client.registry
|
|||
channel.send({ embed: exampleEmbed });
|
||||
})
|
||||
|
||||
client.on("guildDelte", guild => {
|
||||
client.on("guildDelete", guild => {
|
||||
console.log(`***BOT KICKED***\n${guild.name}\n${guild.memberCount} users\nOwner: ${guild.owner}\n***BOT KICKED***`);
|
||||
const channel = client.channels.get('487766113292124160');
|
||||
const exampleEmbed = {
|
||||
|
|
Loading…
Reference in a new issue