Skip to content

Commit

Permalink
Add strict equality instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiomaleQ committed Sep 4, 2023
1 parent 9765fa4 commit 2050056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function autocomplete(
}

if (
handle.cmd.includes(' ') == true &&
handle.cmd.includes(' ') === true &&
handle.parent === undefined &&
handle.group === undefined
) {
Expand Down

0 comments on commit 2050056

Please sign in to comment.