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

x/coward/src/Classes.ts>GuildMember

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

Class representing a guild member

Constructors

new
GuildMember(data: any, client: Client)

Properties

deaf: boolean
joinedAt: string
mute: boolean
nick: string
premiumSince: string
roles: Array<string>
user: User