fix: Minor forums cleanup

#9033 djs
This commit is contained in:
Elysia
2023-02-05 15:05:37 +07:00
parent cee3b55f59
commit f70663aba1
5 changed files with 6 additions and 7 deletions

View File

@@ -80,9 +80,8 @@ class GuildChannelManager extends CachedManager {
* Data that can be resolved to give a Guild Channel object. This can be:
* * A GuildChannel object
* * A ThreadChannel object
* * A ForumChannel object
* * A Snowflake
* @typedef {GuildChannel|ThreadChannel|ForumChannel|Snowflake} GuildChannelResolvable
* @typedef {GuildChannel|ThreadChannel|Snowflake} GuildChannelResolvable
*/
/**