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 05ddbdf commit ea96954Copy full SHA for ea96954
apps/website/docs/guide/02-commands/04-message-commands.mdx
@@ -53,7 +53,7 @@ export const command: CommandData = {
53
};
54
55
export const message: MessageCommand = async (ctx) => {
56
- const args = ctx.message.args(); // string[]
+ const args = ctx.args(); // string[]
57
58
```
59
0 commit comments