We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cafe4 commit 4bac7aeCopy full SHA for 4bac7ae
commands/rolesPermOverride.js
@@ -153,7 +153,7 @@ module.exports = {
153
} else {
154
const unfixed = await allFixed(interaction, channels);
155
156
- if (unfixed.length == 0) {
+ if (unfixed.length === 0) {
157
await interaction.editReply("All channels in this server appear fixed.");
158
159
await interaction.editReply(
0 commit comments