mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
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:
parent
83813a96d3
commit
4159cc4713
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue