export abstract class BaseGuild extends BaseThe base class for Guild, OAuth2Guild and InviteGuild.
readonlycreatedAt : Date 
The time this guild was created at
readonlycreatedTimestamp : number 
The timestamp this guild was created at
features : `${GuildFeature}`[]
An array of features available to this guild
id : Snowflake
The guild's id
name : string
The name of this guild
readonlynameAcronym : string 
The acronym that shows up in place of a guild icon
readonlypartnered : boolean 
Whether this guild is partnered
readonlyverified : boolean 
Whether this guild is verified
 iconURL(options?: ImageURLOptions = {}) : string | null
options?: ImageURLOptions = {}
The URL to this guild's icon.
toString() : string
When concatenated with a string, this automatically returns the guild's name instead of the Guild object.