Skip to content

Commit

Permalink
Update rolesPermOverride.js
Browse files Browse the repository at this point in the history
double equals updated to triple equals on line 156
  • Loading branch information
zcDay1 authored Oct 24, 2023
1 parent a2cafe4 commit 4bac7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/rolesPermOverride.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module.exports = {
} else {
const unfixed = await allFixed(interaction, channels);

if (unfixed.length == 0) {
if (unfixed.length === 0) {
await interaction.editReply("All channels in this server appear fixed.");
} else {
await interaction.editReply(
Expand Down

0 comments on commit 4bac7ae

Please sign in to comment.