Skip to content

Commit 4bac7ae

Browse files
authored
Update rolesPermOverride.js
double equals updated to triple equals on line 156
1 parent a2cafe4 commit 4bac7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/rolesPermOverride.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ module.exports = {
153153
} else {
154154
const unfixed = await allFixed(interaction, channels);
155155

156-
if (unfixed.length == 0) {
156+
if (unfixed.length === 0) {
157157
await interaction.editReply("All channels in this server appear fixed.");
158158
} else {
159159
await interaction.editReply(

0 commit comments

Comments
 (0)