File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class AutoModerationActionExecution {
8787
8888 /**
8989 * The channel where this action was triggered from.
90- * @type {?TextBasedChannel }
90+ * @type {?(GuildTextBasedChannel|ForumChannel) }
9191 * @readonly
9292 */
9393 get channel ( ) {
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ export class AutoModerationActionExecution {
346346 public ruleTriggerType : AutoModerationRuleTriggerType ;
347347 public get user ( ) : User | null ;
348348 public userId : Snowflake ;
349- public get channel ( ) : TextBasedChannel | null ;
349+ public get channel ( ) : GuildTextBasedChannel | ForumChannel | null ;
350350 public channelId : Snowflake | null ;
351351 public get member ( ) : GuildMember | null ;
352352 public messageId : Snowflake | null ;
You can’t perform that action at this time.
0 commit comments