Class Guild

Represents a Guild, also called server.

Hierarchy

Constructors

Properties

_createdAt: number

Timestamp of the guild's creation.

about?: string

Guild's about/description.

bannerURL?: null | string

Guild banner URL.

client: Client

Bot's client.

defaultChannelID?: string

Default channel of the guild.

description?: string

Guild's about/description.

iconURL?: null | string

Guild icon URL.

id: string | number

Item ID

name: string

Guild name.

ownerID: string

ID of the guild owner.

timezone?: string

Guild's timezone.

type?: string

Guild type.

url?: string

Guild URL.

Accessors