new Guild(guildobject, client)
The ID of the provided guild
Returns - Number
The name of the provided guild
Returns - String
The description of the guild.
Returns - ?String
The splash art string of the guild if any
Returns - ?String
discoverySplash
The discovery splash of the guild if any
Returns - ?String
An array of the guild features
Return - Array
The icon string of the provided guild, if any
Returns - ?String
The emojis the guild have, if any
Returns - collection<emoji>
The banner string of the provided guild, if any
Returns - ?String
The id of the guild owner
Returns - Number
The id of the afk channel
Returns - Number
The afk timeout time
Returns - Number
The id of the application associated with the guild, if any
Returns - ?Number
systemChannelID
The id of the system channel, if any
Returns - ?Number
verificationLevel
The level of the verification of the guild
Returns - Number
systemChannelID
The id of the system channel, if any
Returns - ?Number
The roles the guild have, if any
Returns - collection<?roles>
The mfa level of the server
Returns - ?Number
The max possible amount of members a bot can have
Returns - ?Number
maxVideoChannelUsers
The max possible amount of members can be in a video channel at the same time
Returns - ?Number
If the provide server have a custom invite string, that will be returned here.
Returns - ?String
The Level of boost the server have
Returns - ?Number
premiumSupscriptionCount
The number of boost the provided server have
Returns - ?Number
systemChannelFlags
The number of flags the system channel have
Returns - ?Number
preferredLocale
The preferred locale of the guild. if any
Returns - ?String
The ID of the rule channel for community servers.
Returns - ?Number
publicUpdatesChannelID
The ID of the public update channel for community servers.
Returns - ?Number
The channels the guild have, if any
Returns - collection<?channel>
iconURL(options = {})
Return the icon url for the guild. Return new if server icon is its default icon.
The format of the url(png, jpg, webp, gif) | Default: png
The size of the image | Default: 2048