mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
docs: Replace FetchOwnerOptions type definition (#6814)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user