docs: Replace FetchOwnerOptions type definition (#6814)

This commit is contained in:
Jiralite
2021-10-12 18:35:16 +01:00
committed by GitHub
parent d57ec7ab68
commit b030130df1
4 changed files with 5 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ class ChannelManager extends CachedManager {
*/
/**
* Options for fetching a channel from discord
* Options for fetching a channel from Discord
* @typedef {BaseFetchOptions} FetchChannelOptions
* @property {boolean} [allowUnknownGuild=false] Allows the channel to be returned even if the guild is not in cache,
* it will not be cached. <warn>Many of the properties and methods on the returned channel will throw errors</warn>