diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 1b9c90ada..d96329be0 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -249,6 +249,15 @@ class Guild extends Base { 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. * @param {Object} [options={}] Options for the icon url