KazuAlex / openpollslack

Open source poll slack app
69 stars 20 forks source link

Poll is not registering votes when limit is set #6

Closed muttleyxd closed 4 years ago

muttleyxd commented 4 years ago

Probably related to #5

/openpoll "Question" "Answer 1" "Answer 2"

will work fine, however:

/openpoll limit 1 "Question" "Answer 1" "Answer 2"

doesn't work properly. Clicking Vote on any button doesn't do anything when limit is set.

KazuAlex commented 4 years ago

Hi @muttleyxd

Thanks you for the report.

I'll fix it today.

KazuAlex commented 4 years ago

Hi @muttleyxd

It was related to #5 and it's now fixed.

Thanks for using this app ! :)

muttleyxd commented 4 years ago

Works now, thanks, it's a great app!