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

2
typings/index.d.ts vendored
View File

@@ -7147,7 +7147,6 @@ export interface ThreadEditData {
rateLimitPerUser?: number;
locked?: boolean;
invitable?: boolean;
threadName?: string;
appliedTags?: Snowflake[];
flags?: ChannelFlagsResolvable;
}
@@ -7231,6 +7230,7 @@ export interface WebhookMessageOptions extends Omit<MessageOptions, 'reply' | 's
username?: string;
avatarURL?: string;
threadId?: Snowflake;
threadName?: string;
}
export type WebhookType = keyof typeof WebhookTypes;