Blocking users from submitting ban appeals - jcsumlin/discord-ban-appeal GitHub Wiki
AFTER Netlify has deployed your site successfully you may experience bad users who wish to abuse your appeal system. There is a way to block users from submitting any additional appeal requests and clogging up your queue.
- Navigate to github where you have cloned this repository.
- Click into the
src/folder - Locate the
config.jsonfile and edit it.
How to properly edit the config.json file

- Add the user ID of the user you'd like to block to the list of
blocked_userssurrounded in quotes. - Specify a commit message (optional)
- Ensure "Commit directly to the
masterbranch" is selected
- Ensure "Commit directly to the
- Select the green "Commit Changes" button
- For an example of how this should be done, see the
config.json.examplefile in the same directory
- For an example of how this should be done, see the