Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LhonRafaat committed Nov 6, 2024
1 parent acea6fa commit a9933d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/mute.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const muteUser = async (interaction, settings) => {
);
}

await interaction.member.roles.set([]);
// await interaction.member.roles.set([]);

await interaction.member.roles.add(settings[0].muteRoleId);
await interaction.editReply({
Expand Down

0 comments on commit a9933d2

Please sign in to comment.