Type alias UserContextMenuCommandCallback

UserContextMenuCommandCallback: ((client, interaction) => Awaitable<unknown>)

The callback for the UserContextMenuCommand

Type declaration

    • (client, interaction): Awaitable<unknown>
    • Parameters

      • client: Client
      • interaction: UserContextMenuCommandInteraction

      Returns Awaitable<unknown>

Generated using TypeDoc