#E
1 messages · Page 1 of 1 (latest)
hello.
hi
Show command handler please
that is wrong syntax you shouldn't be running a function in an object
Can you show ping.js
well put this in the object
execute: (interaction) => {
interaction.reply(...)
}
```@rustic socket
afk
Is interaction.isApplicationCommand() a thing?I think it should be interaction.isCommand().
it is a thing
Interaction#isApplicationCommand()
Indicates whether this interaction is a [BaseCommandInteraction](<https://discord.js.org/#/docs/discord.js/stable/class/BaseCommandInteraction>).
Both are same I guess or any difference?