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

This commit is contained in:
Sugden
2020-06-04 12:52:43 +02:00
committed by GitHub
parent b0b62d63cf
commit 88a62d5fea
+1 -1
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}
*/
/**