Skip to content

Commit

Permalink
fix(types): Forums do not support polls
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGuy12 committed May 14, 2024
1 parent c2432d5 commit f6f2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6331,7 +6331,7 @@ export interface MessageCreateOptions extends BaseMessageOptions {
}

export interface GuildForumThreadMessageCreateOptions
extends BaseMessageOptions,
extends Omit<BaseMessageOptions, 'poll'>,
Pick<MessageCreateOptions, 'flags' | 'stickers'> {}

export interface MessageEditAttachmentData {
Expand Down

0 comments on commit f6f2cb8

Please sign in to comment.