mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 08:41:29 +00:00
docs(GuildManager): resolve returns a GuildChannel (#4333)
This commit is contained in:
parent
b0b62d63cf
commit
88a62d5fea
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class GuildChannelManager extends BaseManager {
|
||||||
* @memberof GuildChannelManager
|
* @memberof GuildChannelManager
|
||||||
* @instance
|
* @instance
|
||||||
* @param {GuildChannelResolvable} channel The GuildChannel resolvable to resolve
|
* @param {GuildChannelResolvable} channel The GuildChannel resolvable to resolve
|
||||||
* @returns {?Channel}
|
* @returns {?GuildChannel}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue