feat(Guild): updates for Community guilds (#4377)

Co-authored-by: SpaceEEC <spaceeec@users.noreply.github.com>
This commit is contained in:
Advaith
2020-08-12 03:21:17 -07:00
committed by GitHub
parent de8d26d791
commit 57ca3d7843
4 changed files with 89 additions and 27 deletions

View File

@@ -341,7 +341,7 @@ class Client extends BaseClient {
}
/**
* Obtains a guild preview from Discord, only available for public guilds.
* Obtains a guild preview from Discord, available for all guilds the bot is in and all Discoverable guilds.
* @param {GuildResolvable} guild The guild to fetch the preview for
* @returns {Promise<GuildPreview>}
*/