Vexed01 / Vex-Cogs

My cogs for Red.
https://cogdocs.vexcodes.com
GNU General Public License v3.0
28 stars 21 forks source link

Delete Start Poll button message after poll is started #124

Closed joshuakohut77 closed 11 months ago

joshuakohut77 commented 1 year ago

What cog is this feature request for?

buttonpoll

Describe the feature request in as much detail as possible

Suggestion to delete the Start poll button message from the bot once a poll is started. It's not important to the poll and would just add a nice cleanup so others don't try to click the button after the fact.

Vexed01 commented 11 months ago

Yes, that seems like a good idea as the text command basically plugs into the slash command once the button is clicked, and the slash won't leave a button behind.

Vexed01 commented 11 months ago

I've decided to grey the button out (disable) instead as otherwise leaving a command with no response looks odd.