mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
refactor: Strengthen channel typings in appropriate places (#6232)
This commit is contained in:
@@ -22,7 +22,7 @@ class CategoryChannel extends GuildChannel {
|
||||
* @method setParent
|
||||
* @memberof CategoryChannel
|
||||
* @instance
|
||||
* @param {?(GuildChannel|Snowflake)} channel The channel to set as parent
|
||||
* @param {?CategoryChannelResolvable} channel The channel to set as parent
|
||||
* @param {SetParentOptions} [options={}] The options for setting the parent
|
||||
* @returns {Promise<GuildChannel>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user