Skip to content

Commit

Permalink
docs: update command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nethriis committed May 17, 2024
1 parent 9ab460a commit 20263e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default defineCommand(
{
description: 'Ping command'
},
(client, message) => {
message.reply('Pong!')
(client, interaction) => {
interaction.reply('Pong!')
}
)
```
Expand Down

0 comments on commit 20263e1

Please sign in to comment.