Skip to main content
Module

x/discord_rpc_deno/mod.ts>ClientUser#fetchChannels

port of @xhayper/discord-rpc to deno
Go to Latest
method ClientUser.prototype.fetchChannels
Re-export
import { ClientUser } from "https://deno.land/x/discord_rpc_deno@v1.0.20/mod.ts";

Used to get a guild's channels the client is in.

Parameters

guildId: string
  • id of the guild to get channels for

Returns

Promise<Channel>

guild channels the user is in