It's a simple discord bot using python, made two commands to help someone spamming and removing a discord webhook.
Install the latest python version.
Then make sure to install all required packages using cmd (windows):
python -m pip install requests
python -m pip install discord
python -m pip install discord-webhook
Then simply execute the script using cmd:
py C:\yourpath\simple-bot.py
If you get an SSL error in the latest python version then make sure to install the discord SSL packages.