Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/coward/src/Classes.ts>Guild

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
class Guild
import { Guild } from "https://deno.land/x/coward@v0.1.0/src/Classes.ts";

Class representing a guild

Constructors

new
Guild(data: any, client: Client)

Properties

channels: Map<string, GuildChannelTypes | any>

A map of guild channels.

emojis: Map<string, GuildEmoji>

A map of emoji

id: string
members: Map<string, GuildMember>

A map of members

name: string
ownerID: string
region: string