Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "engine/controllers/selectChannel"

Index

Functions

Functions

fetchChannel

  • fetchChannel(client: Client, channelID: string): Promise<TextChannel | DMChannel | undefined>
  • Fetches a channel from the client by its id

    Parameters

    • client: Client

      Discord client instance

    • channelID: string

      Discord channel id of a channel client exists in

    Returns Promise<TextChannel | DMChannel | undefined>

Generated using TypeDoc