mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-04 01:50:08 +00:00
feat(Integration): add missing props and fix docs/types (#6623)
Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user