Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.2 KB

File metadata and controls

33 lines (23 loc) · 2.2 KB

CommandInteraction

Methods

deferEphemeral()

Acknowledges the interaction with a defer ephemeral response

Returns Promise

createEphemeralFollowup(content, file)

Respond to the interaction with a followup ephemeral message

Parameter Description
content String | Object
file Array<Object> | Object (optional)
file.file Buffer
file.name String

Returns Promise<Message?>

createEphemeralMessage(content, file)

Acknowledges the interaction with a ephemeral message.

Parameter Description
content String | Object
file Array<Object> | Object (optional)
file.file Buffer
file.name String

Returns Promise