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);