This repository provides a basic template for building a Discord bot using Python 3. It includes the necessary setup for handling basic events and slash commands in Discord. Use this template as a starting point to create your own Discord bot with minimal configuration and get up and running quickly.
- Fill
.env TOKEN
with your BOT TOKEN
- Install requirements
pip3 install -r requirements.txt
- Run the bot
python3 main.py
- Customize or add new commands or events! 🎉