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

Commit 4e5ab40

Browse files
committed
Update urole.js
1 parent aa94598 commit 4e5ab40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/urole.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ module.exports.run = async (bot, message, args) => {
3838
// { name: 'Users:', value: message.guild.roles.cache.get(mentionedrole).members.map(m=>m.user.tag).join('\n') },)
3939
// .setFooter('PruneBot is created by Mashwishi', 'https://i.imgur.com/DxWDaGv.png');
4040

41-
message.channel.send(`Users that has ${therole} role.`);
42-
message.channel.send(message.guild.roles.cache.get(mentionedrole).members.map(m=>m.user.tag).join('\n') );
41+
// message.channel.send(`Users that has ${therole} role.`);
42+
message.channel.send(message.guild.roles.cache.get(mentionedrole).members.map(m=>m.user.tag).join('\n'));
4343
}
4444
usedCommand.add(message.author.id);
4545
setTimeout(() => {

0 commit comments

Comments
 (0)