diff --git a/src/interactions/decorators.ts b/src/interactions/decorators.ts index 317a32fe..6f305701 100644 --- a/src/interactions/decorators.ts +++ b/src/interactions/decorators.ts @@ -120,7 +120,7 @@ export function autocomplete( } if ( - handle.cmd.includes(' ') == true && + handle.cmd.includes(' ') === true && handle.parent === undefined && handle.group === undefined ) {