feat(Integration): add missing props and fix docs/types (#6623)

Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
Rodry
2021-09-23 12:47:01 +01:00
committed by GitHub
parent 29dd319b68
commit caa3b60c30
6 changed files with 66 additions and 19 deletions

View File

@@ -559,7 +559,7 @@ class Guild extends AnonymousGuild {
/**
* Fetches a collection of integrations to this guild.
* Resolves with a collection mapping integrations by their ids.
* @returns {Promise<Collection<string, Integration>>}
* @returns {Promise<Collection<Snowflake|string, Integration>>}
* @example
* // Fetch integrations
* guild.fetchIntegrations()