diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 44709efee..4eede05dd 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -181,7 +181,7 @@ class Guild extends Base { */ /** - * An array of guild features partnered guilds have enabled + * An array of guild features available to the guild * @type {Features[]} */ this.features = data.features;