Type alias InteractionSendable

InteractionSendable: ((content) => Promise<InteractionResponse | Message>)

Any function that can send a message-like object.

Type declaration

Example

msg.reply.bind(msg)