Skip to main content
Module

x/discord_rpc_deno/mod.ts>ClientUser#leaveTextChannel

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

Used to leave text channels, group dms, or dms.

Parameters

optional
timeout: number
  • asynchronously join channel with time to wait before timing out

Returns

Promise<void>