mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Update Guild.js (#2027)
This commit is contained in:
@@ -249,6 +249,15 @@ class Guild extends Base {
|
|||||||
return new Date(this.joinedTimestamp);
|
return new Date(this.joinedTimestamp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If this guild is verified
|
||||||
|
* @type {boolean}
|
||||||
|
* @readonly
|
||||||
|
*/
|
||||||
|
get verified() {
|
||||||
|
return this.features.includes('VERIFIED');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The URL to this guild's icon.
|
* The URL to this guild's icon.
|
||||||
* @param {Object} [options={}] Options for the icon url
|
* @param {Object} [options={}] Options for the icon url
|
||||||
|
|||||||
Reference in New Issue
Block a user