Context Menus
bot.addEvent([
"onMessage",
"onInteraction"
])Creating Application Command Data
bot.createApplicationCommandData({
type: "type",
name: "name"
})bot.createApplicationCommandData({
type: "USER",
name: "Punch"
})Creating a Context Menu
Responding to Context Menu Interactions
Last updated
Was this helpful?