From 941e36f48a08446a86fce9f2f167709145ab2d92 Mon Sep 17 00:00:00 2001 From: Tyler Resch Date: Sun, 28 Mar 2021 09:21:32 -0400 Subject: [PATCH] docs(Guild): clarified description of guild.features (#5352) - Removed the phrase "partnered guilds" from the description of `guild.features` **Reasoning:** To prevent the assumption that **any** `guild.features` will be indicative of `guild.partnered`. --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;