diff --git a/src/utils/interactions.ts b/src/utils/interactions.ts index 0e41fcb1..db3f7dfd 100644 --- a/src/utils/interactions.ts +++ b/src/utils/interactions.ts @@ -731,7 +731,7 @@ const handlePollButton = async ( } await handleVote(interaction, poll, optionId, option); - await decidePoll(poll.id, interaction); + await decidePoll(poll.id); const decidedPoll = await getPollById(poll.id);