Skip to main content
Module

x/aether/mod.ts>Guild

A Deno library to interface with the Discord API
Go to Latest
class Guild
extends Base
import { Guild } from "https://deno.land/x/aether@v0.0.1-beta/mod.ts";

Constructors

new
Guild(data: any, client: Client)

Properties

channels: Collection<GuildChannel>
emojis: Collection<Emoji>
memberCount: number
members: Collection<Member>
name: string
ownerID: string
roles: Collection<Role>
subscriptionCount: number