mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
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:
@@ -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[]}
|
* @type {Features[]}
|
||||||
*/
|
*/
|
||||||
this.features = data.features;
|
this.features = data.features;
|
||||||
|
|||||||
Reference in New Issue
Block a user