Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
KIO2gamer committed Feb 21, 2024
1 parent 72eb950 commit 5e7a074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/system/mute.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ return interaction.reply({
await member.timeout(duration*1000);

Check failure on line 62 in commands/system/mute.js

View workflow job for this annotation

GitHub Actions / Linting

Operator '*' must be spaced
console.log(ms(duration))

Check failure on line 63 in commands/system/mute.js

View workflow job for this annotation

GitHub Actions / Linting

Missing semicolon
setTimeout(() => member.roles.remove(muteRole), duration*1000)

Check failure on line 64 in commands/system/mute.js

View workflow job for this annotation

GitHub Actions / Linting

Operator '*' must be spaced

Check failure on line 64 in commands/system/mute.js

View workflow job for this annotation

GitHub Actions / Linting

Missing semicolon
await interaction.reply({ content: `Muted ${user.tag} for \`<t:${duration}:R>\`\nReason: ${reason}` });
await interaction.reply({ content: `Muted ${user.tag} for \`<t:${Date.now() + duration * 1000}:R>\`\nReason: ${reason}` });
},
};

0 comments on commit 5e7a074

Please sign in to comment.