diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 5871418d0..d3b3320c7 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -266,6 +266,15 @@ class Guild { 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 * @type {?string}