chore: polls

backport #10185

**Note:** The `MessagePoll` class implemented here is completely different from the `Poll` class in Discord.js v14. Be sure to check the documentation before using it.
This commit is contained in:
Elysia
2024-09-17 20:18:30 +07:00
parent 8dddbe1352
commit aed4d149b3
2 changed files with 2 additions and 2 deletions

2
typings/index.d.ts vendored
View File

@@ -54,7 +54,7 @@ import {
LocaleString,
APIGuildMember,
APIChannel,
TeamMemberRole
TeamMemberRole,
} from 'discord-api-types/v9';
import { ChildProcess } from 'node:child_process';
import { EventEmitter } from 'node:events';