Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

wc.fetchMessage()

paige edited this page Aug 28, 2023 · 3 revisions
  • Description: Fetches a message by ID and channel

Parameters

  • ID String: Message ID to fetch
  • ?Channel Channel: Channel to fetch the message from (defaults to channel it was used in)

Setup

await wc.fetchMessage("Message ID")

await wc.fetchMessage("Message ID", Channel)

Clone this wiki locally