docs(GuildManager): resolve returns a GuildChannel (#4333)

This commit is contained in:
Sugden
2020-06-04 11:52:43 +01:00
committed by GitHub
parent b0b62d63cf
commit 88a62d5fea

View File

@@ -46,7 +46,7 @@ class GuildChannelManager extends BaseManager {
* @memberof GuildChannelManager
* @instance
* @param {GuildChannelResolvable} channel The GuildChannel resolvable to resolve
* @returns {?Channel}
* @returns {?GuildChannel}
*/
/**