mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: minor forums cleanup (#9033)
* docs(GuildChannelResolvable): remove extra `ForumChannel` * docs: replace `GuildForumThreadChannel` * docs: `Channel` correct reference * refactor: move `threadName` to the right method
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -6353,7 +6353,6 @@ export interface ThreadEditData {
|
||||
rateLimitPerUser?: number;
|
||||
locked?: boolean;
|
||||
invitable?: boolean;
|
||||
threadName?: string;
|
||||
appliedTags?: Snowflake[];
|
||||
flags?: ChannelFlagsResolvable;
|
||||
}
|
||||
@@ -6434,6 +6433,7 @@ export interface WebhookMessageOptions extends Omit<MessageOptions, 'reply' | 's
|
||||
username?: string;
|
||||
avatarURL?: string;
|
||||
threadId?: Snowflake;
|
||||
threadName?: string;
|
||||
}
|
||||
|
||||
export type WebhookType = keyof typeof WebhookTypes;
|
||||
|
||||
Reference in New Issue
Block a user