class Guild
extends Base
import { Guild } from "https://deno.land/x/discord_rpc_deno@1.0.8/src/structures/Guild.ts";
Constructors
new
Guild(client: Client, props: Record<string, any>)Properties
deprecated
members: User[]guild member list (always an empty array)