mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +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
|
||||
* @instance
|
||||
* @param {GuildChannelResolvable} channel The GuildChannel resolvable to resolve
|
||||
* @returns {?Channel}
|
||||
* @returns {?GuildChannel}
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue