JohnnyJayJay / instant-poll

A Discord bot that lets you create polls in your server
MIT License
42 stars 9 forks source link

Inform user when poll can't be auto-closed #23

Closed JohnnyJayJay closed 2 years ago

JohnnyJayJay commented 2 years ago

Due to discord limitations, it is not possible for instant-poll to automatically close a poll after more than 15 minutes (reliably) without the bot OAuth2 scope. When users try to use automatic closing after more than 15 minutes and the bot scope is missing, they should be informed that they need to give the bot this additional scope to make it work.

This check could be implemented upon poll creation by trying to send a request to some bot exclusive endpoint for that specific guild.