CommandCreateEvent constructor

CommandCreateEvent(
  1. CommandInteraction _interaction,
  2. dynamic _payload
)

Implementation

CommandCreateEvent(this._interaction, this._payload);