Skip to content

Commit

Permalink
Random brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Apr 22, 2022
1 parent 77c824a commit d662921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/additional-info/changes-in-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ The following typeguards on `Interaction` have been renamed:
+ interaction.isContextMenuCommand()
```

In addition, `Interaction#isCommand`, now indicates whether the command is an _application command_ or not. This differs from the previous implementation where `Interaction#isCommand` indicated if the interaction was a chat input command or not.
In addition, `Interaction#isCommand`, now indicates whether the command is an _application command_ or not. This differs from the previous implementation where `Interaction#isCommand()` indicated if the interaction was a chat input command or not.

### Invite

Expand Down

0 comments on commit d662921

Please sign in to comment.