diff --git a/src/structures/Guild.js b/src/structures/Guild.js index e9c8b65b1..2c63b5615 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -878,6 +878,14 @@ class Guild extends AnonymousGuild { * @property {WelcomeChannelData[]} [welcomeChannels] The welcome channel data for the welcome screen */ + /** + * Data that can be resolved to a GuildTextChannel object. This can be: + * * A TextChannel + * * A NewsChannel + * * A Snowflake + * @typedef {TextChannel|NewsChannel|Snowflake} GuildTextChannelResolvable + */ + /** * Updates the guild's welcome screen * @param {WelcomeScreenEditData} data Data to edit the welcome screen with