feat(Document): Update

This commit is contained in:
March 7th
2022-06-16 12:34:03 +07:00
parent 3bd4966d53
commit e045e60fb0
8 changed files with 33 additions and 60 deletions

View File

@@ -77,7 +77,7 @@ class InteractionCreateAction extends Action {
/**
* Emitted when an interaction is created.
* @event Client#interactionCreate
* @param {Interaction} interaction The interaction which was created
* @param {InteractionResponseBody | Interaction} interaction The interaction which was created.
*/
client.emit(Events.INTERACTION_CREATE, interaction);