A simple and customizable template for building Discord bots using discord.py. Perfect for getting started with your own bot project.
- Python 3.7 or higher.
- The
discord.py&python-dotenvlibraries are required.
git clone https://github.com/Joe50097/Discord-Bot-Template.git
cd Discord-Bot-Template
pip install -r requirements.txt
- Click the green Code button and choose Download ZIP.
- Extract the ZIP file to any folder.
- Open a terminal or command prompt inside the folder.
- Run this command to install dependencies:
pip install -r requirements.txt
Once the installation is complete, you can now run the script! Open a terminal or command prompt inside the folder where the script is located and run:
python bot.py
If you found this project useful or interesting, please consider giving it a ⭐ (star) on GitHub! Your support helps the project grow and lets others know that it's a valuable resource.
You can star the project by clicking the Star button at the top of the repository page!