Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
eYuM-coder committed Oct 13, 2024
1 parent a13fe4a commit 64f7b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slashCommands/moderation/clear.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {

const amount = parseInt(interaction.options.getString("amount"));
const channel = interaction.channel;
const reason = interaction.options.getString("reason");
let reason = interaction.options.getString("reason");
if (!reason) {
reason = "No reason provided.";
}
Expand Down

0 comments on commit 64f7b8f

Please sign in to comment.