enhancement(lint): Fix lint errors for src/commands/poll.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-12-17 02:59:08 +00:00 committed by GitHub
parent 83813a96d3
commit 4159cc4713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,6 @@ export default class ZeonPoll implements Command {
}
});
// Handle votes
app.action(/vote_poll_\d+_\d+/, async ({ action, ack, client, body }) => {
console.debug(0);