wakfi / roboboi

Discord bot
MIT License
2 stars 0 forks source link

//pollstart listener does not stop listening if a poll is started #32

Closed wakfi closed 3 years ago

wakfi commented 4 years ago

Short Description

//pollstart listener does not stop listening if a poll is started

Steps to Reproduce

Step 1: Create a poll

Step 2: Start the poll using the //pollstart command

Step 3: Send //pollstart again

Expected Result (how should it be behaving?)

Nothing should happen, the poll has already started

Actual Result (what is the current behavior?)

A new copy of the poll gets started. If you make another poll, both get started. This continues to stack as more are created by the same user.

Current Bot Version (run the info command and look at the footer)

v1.5.2

wakfi commented 4 years ago

//pollcancel listener appears to persist as well