Skip to content

Commit

Permalink
docs: update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Nov 23, 2024
1 parent 2036d3a commit 1c2ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/content/docs/guides/messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This feature [**may** be removed](https://github.com/ghostdevv/jellycommands/iss

## Unknown Command

If `Jelly` recieves an unknown command, it will respond to it with a message. You can customise it with the `unknownCommand` option. For example:
If JellyCommands recieves an unknown command, it will respond to it with a configurable message. This can be set with the `unknownCommand` option. For example:

```js
const client = new JellyCommands({
Expand Down

0 comments on commit 1c2ddfb

Please sign in to comment.