Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 5acb53c

Browse files
committed
Fix Embed
1 parent 5611b41 commit 5acb53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/knorole.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports.run = async (bot, message, args) => {
2929
.setFooter('PruneBot is created by Mashwishi', 'https://i.imgur.com/DxWDaGv.png');
3030
message.channel.send(ListEmbed);
3131

32+
// message.channel.send(ListEmbed);
3233
message.reply('The bot will kick ('+ memberscount +') users without a role.\n'+ 'Confirm with a thumb up or deny with a thumb down.')
3334
message.react('👍').then(r => {
3435
message.react('👎');

0 commit comments

Comments
 (0)