ClicksCodes / haiku

Discord.JS Custom Client
2 stars 0 forks source link

Context (right click) menus #15

Open PineaFan opened 2 years ago

PineaFan commented 2 years ago

Copied from discord:

// Slash commands
const command = new SlashCommandBuilder()
    .setName("help")
    .setDescription("Shows help for commands")

// Context menus
const command = new ContextMenuBuilder()
    .setName("Get Message Data")

then it can use the standard callbacks + checks