This is a standalone version of Server Supervisor's Webhook Protection feature. Everything is simplified to make this as easy as possible to set up and use. This version of the bot will only work in a single server at a time.
- This bot uses the Pycord library (https://github.com/Pycord-Development/pycord) to communicate with the Discord API. Follow Pycord's instructions for installation on your system.
- You'll need to create an application at https://discord.com/developers/applications, then create a bot inside your application.
- After you've created the bot, you can get a link to add it to your server in the OAuth2 -> URL Generator by selecting "bot" and then "Administrator" and copying the link.
- Download this repository, update the
DISCORD_TOKEN,SERVER_ID, andLOG_CHANNEL_IDvariables inconfig.py, and usepython3 discord_bot.pyto start the bot.
If you need help, feel free to reach out at https://twitter.com/lukenamop.