sylveon / discord-ban-appeals

Sample ban appeals page with OAuth2 integration
https://discord-ban-appeal-preview.netlify.app/
MIT License
139 stars 47 forks source link

Option to use just webhook #17

Open NoodlesDev987 opened 3 years ago

NoodlesDev987 commented 3 years ago

Add option to use just Discord webhook for receiving ban appeals. This would be good for those who don't need to have unban option and dont need bot.

sylveon commented 3 years ago

The bot is also used to check if the user is currently banned before allowing a ban appeal to go through, so to use a webhook one would have to give up that functionality.

jcsumlin commented 3 years ago

The bot is also used to check if the user is currently banned before allowing a ban appeal to go through

I think this is a core piece of functionality that also helps reduce spam. Removing it would make this akin to a google form wrapper

NoodlesDev987 commented 3 years ago

The bot is also used to check if the user is currently banned before allowing a ban appeal to go through, so to use a webhook one would have to give up that functionality.

I know that, but there should be option that you can eighter use bot with more features or just webhook with less features.