Class: Guild
Hierarchy
Base
↳
Guild
Constructors
constructor
• new Guild(app
, raw
)
Parameters
Name | Type |
---|---|
app | App |
raw | APIGuild |
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