Skip to content

Commit 20263e1

Browse files
committed
docs: update command usage
1 parent 9ab460a commit 20263e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default defineCommand(
2323
{
2424
description: 'Ping command'
2525
},
26-
(client, message) => {
27-
message.reply('Pong!')
26+
(client, interaction) => {
27+
interaction.reply('Pong!')
2828
}
2929
)
3030
```

0 commit comments

Comments
 (0)