From 4159cc471315423f7494b18239f8ba3330a7983d Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:59:08 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for src/commands/poll.ts Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/commands/poll.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/poll.ts b/src/commands/poll.ts index 1f7668b..8a6c8d6 100644 --- a/src/commands/poll.ts +++ b/src/commands/poll.ts @@ -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);