Skip to main content
Module

x/discord_rpc_deno/mod.ts>Guild

port of @xhayper/discord-rpc to deno
Go to Latest
class Guild
extends Base
Re-export
import { Guild } from "https://deno.land/x/discord_rpc_deno@v1.0.22/mod.ts";

Constructors

new
Guild(client: Client, props: Record<string, any>)

Properties

icon_url: string | null
id: string

guild id

deprecated
members: User[]

guild member list (always an empty array)

name: string

guild name (2-100 characters, excluding trailing and leading whitespace)

vanity_url_code: string | null

the vanity url code for the guild