Skip to content

Commit

Permalink
types: Forum starter messages do not support polls (#10276)
Browse files Browse the repository at this point in the history
fix(types): Forums do not support polls

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
RedGuy12 and kodiakhq[bot] committed May 15, 2024
1 parent 29fd89f commit 35207b0
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 35207b0

Please sign in to comment.