Skip to content

onInteractionCreate

1
client.interactionCommand({
2
name: "Interaction Command",
3
prototype: "slash",
4
code: `
5
$interactionReply[Hello!]
6
`
7
});