sylveon / discord-ban-appeals

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

feat: Webhook URLs (#17) #82

Closed yoggys closed 3 months ago

yoggys commented 3 months ago

Using DISCORD_WEBHOOK_URL in the environment variables allows you to send messages via the webhook URL instead of performing the ban check and sending messages using the bot token. When the webhook URL is used, the message is sent without an unban button.

I think it can be added as an optional way to create an appeal (without any bot-related things). This also could be easy modified to be thing of other types of appeals. This closes issue #17.

netlify[bot] commented 3 months ago

Deploy request for discord-ban-appeal-preview pending review.

Visit the deploys page to approve it

Name Link
Latest commit f818d8e2e8d8adfc7825e292c40cfffd9b5deeb4
sylveon commented 3 months ago

Thanks again for the contribution!