Skip to main content

Class: Guild

Hierarchy

  • Base

    Guild

Constructors

constructor

new Guild(app, raw)

Parameters

NameType
appApp
rawAPIGuild

Overrides

Base.constructor

Defined in

packages/disploy/src/structs/Guild.ts:21

Properties

app

app: App

Inherited from

Base.app

Defined in

packages/disploy/src/structs/Base.ts:4


id

id: string

The ID of the guild.

Defined in

packages/disploy/src/structs/Guild.ts:9


name

name: string

The name of the guild.

Defined in

packages/disploy/src/structs/Guild.ts:19


ownerId

ownerId: string

The owner ID of the guild.

Defined in

packages/disploy/src/structs/Guild.ts:14