Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 committed Jul 14, 2022
1 parent 37e94a0 commit 9c11228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/greet.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function sendKickAlert(member) {
},
);
}
global.client.users.cache.get(env.discord.logs_channel).send(
global.client.channels.cache.get(env.discord.logs_channel).send(
{
content: '🚨 Bot Kicked from Server 🚨' + '\n<@&' + env.discord.admin_role + '> <@&' + env.discord.mod_role + '>',
embeds: [ embedcreator.setembed(
Expand Down

0 comments on commit 9c11228

Please sign in to comment.