IInteraction

The base interaction interface.

Properties

Parameter

Type

Required

Description

id

string

true

ID of this command.

type

true

The type of interaction.

data

true

The data used by this interaction.

guild

true

The guild this command has been executed in.

channel

true

The channel this command has been executed in.

member

true

The member that executed this command.

client

true

the client tis interaction uses.

handler

true

The command handler this interaction uses.

Last updated

Was this helpful?