REST_API_BOT is a Discord bot template designed for handling REST APIs. It’s built using Python and is available for free use.
- Open
rest-api-bot.py
. - Locate the line
bot.run("TOKEN_HERE")
(usually at the end of the file). - Replace
"TOKEN_HERE"
with your own Discord Bot token.
To start the bot, you’ll need to create a virtual environment. I’ve provided some batch scripts to simplify the process:
- Run
1.install-environment.bat
to set up the environment. - Run
2.activate-environment.bat
to activate it.
In the terminal where activate-environment.bat
is open, execute 3.start-bot.bat
or drag the script into the terminal.
Following these steps, everything should work smoothly.
Feel free to modify this README.md to include additional details or customize it further. Happy bot building! 🤖🚀