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`.
This commit is contained in:
Tyler Resch
2021-03-28 09:21:32 -04:00
committed by GitHub
parent f46940228e
commit 941e36f48a

View File

@@ -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;