@@ -520,7 +520,7 @@ class Guild extends AnonymousGuild {
520520
521521 /**
522522 * Widget channel for this guild
523- * @type {?(TextChannel|NewsChannel|VoiceChannel|StageChannel|ForumChannel) }
523+ * @type {?(TextChannel|NewsChannel|VoiceChannel|StageChannel|ForumChannel|MediaChannel ) }
524524 * @readonly
525525 */
526526 get widgetChannel ( ) {
@@ -693,14 +693,15 @@ class Guild extends AnonymousGuild {
693693 * Data for the Guild Widget Settings object
694694 * @typedef {Object } GuildWidgetSettings
695695 * @property {boolean } enabled Whether the widget is enabled
696- * @property {?(TextChannel|NewsChannel|VoiceChannel|StageChannel|ForumChannel) } channel The widget invite channel
696+ * @property {?(TextChannel|NewsChannel|VoiceChannel|StageChannel|ForumChannel|MediaChannel) } channel
697+ * The widget invite channel
697698 */
698699
699700 /**
700701 * The Guild Widget Settings object
701702 * @typedef {Object } GuildWidgetSettingsData
702703 * @property {boolean } enabled Whether the widget is enabled
703- * @property {?(TextChannel|NewsChannel|VoiceChannel|StageChannel|ForumChannel|Snowflake) } channel
704+ * @property {?(TextChannel|NewsChannel|VoiceChannel|StageChannel|ForumChannel|MediaChannel| Snowflake) } channel
704705 * The widget invite channel
705706 */
706707
@@ -875,7 +876,8 @@ class Guild extends AnonymousGuild {
875876 * Welcome channel data
876877 * @typedef {Object } WelcomeChannelData
877878 * @property {string } description The description to show for this welcome channel
878- * @property {TextChannel|NewsChannel|ForumChannel|Snowflake } channel The channel to link for this welcome channel
879+ * @property {TextChannel|NewsChannel|ForumChannel|MediaChannel|Snowflake } channel
880+ * The channel to link for this welcome channel
879881 * @property {EmojiIdentifierResolvable } [emoji] The emoji to display for this welcome channel
880882 */
881883
0 commit comments