diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index de0038b6abdf..2cf49f108e09 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -2113,6 +2113,7 @@ export class Message extends Base { public system: boolean; public get thread(): AnyThreadChannel | null; public tts: boolean; + public poll: Poll | null; public type: MessageType; public get url(): string; public webhookId: Snowflake | null;