A form app that allows banned users to appeal their bans from WilburSoot's Discord in an honest way. This form app integrates with Sootbot and uses Discord OAuth2 to ensure that users cannot create forged, faked or troll appeals.
Forked from sylveon/discord-ban-appeals.
IMPORTANT: This is a good reminder on how to properly block spammers from using the form. Do not remove.
Users that spam requests can be blocked by creating an environment variable called BLOCKED_USERS
, which should contain a comma-separated list of quoted user IDs. To do this:
-
On your Netlify dashboard, click Deploys and navigate to Deploy settings, and then to the Environment option.
-
Under Environment variables, click Edit variables.
-
Right-click on any mention of the user you want to block, and click Copy ID. You need developer mode enabled for this option to show up, see instructions above.
-
Click New variable, and create an environment variable with
BLOCKED_USERS
as its key. For the value, paste the user ID you copied in the previous step. -
To add more IDs, add a comma after the first quoted ID, and then repeat these steps starting from step 3.
-
Redeploy the site with Deploys -> Trigger deploy -> Deploy site.