This is a simple bot template you can use to start creating your own Discord bot with discord.py! For help, read the documentation or ask a question in the discord.py support server! Here's how to use this template:
Clone this repository by using
git clone https://github.com/vxsualized/discord-bot-template
Install the dependencies by using
pip install -r requirements.txt -y
Rename the example.env
to .env
and paste your bot token that you can get in the "Bot" section after you've created your application in the Discord Developer Portal. Enable all Privileged Gateway Intents as well.
Use the following command to run the bot
python3 main.py
(This command may vary based on your OS.)