class OAuth2Guild

extends

BaseGuild
export class OAuth2Guild extends BaseGuild

A partial guild received when using to fetch multiple guilds.

readonly
client : Client

The client that instantiated this

readonly
createdAt : Date

The time this guild was created at

readonly
createdTimestamp : number

The timestamp this guild was created at

features : Array<GuildFeature>

An array of features available to this guild

optional
icon? : string

The icon hash of this guild

The guild's id

name : string

The name of this guild

readonly
nameAcronym : string

The acronym that shows up in place of a guild icon

owner : boolean

Whether the client user is the owner of the guild

readonly
partnered : boolean

Whether this guild is partnered

The permissions that the client user has in this guild

readonly
verified : boolean

Whether this guild is verified

fetch() : Promise<Guild>

Fetches this guild.

Inherited from: BaseGuild

iconURL(
options?: ImageURLOptions
) : string | null

The URL to this guild's icon.

Inherited from: BaseGuild

toJSON(
...props: Record<string, boolean | string>[]
) : unknown

Inherited from: Base

toString() : string

When concatenated with a string, this automatically returns the guild's name instead of the Guild object.

Inherited from: BaseGuild

valueOf() : string

Inherited from: Base