Basic discord bot template
- with new futures
- ⚡️ Using "slash" commands like "/ping", "/ban"
- 🎨 Beautiful and informative colored logs
- 💾 logs stored in "logs" folder
- 📂 All Commands are in "Cogs" folder
- 💻 Using discord tasks
- Database (SQLite3)
- Economy commands
- Moderation commands
- Music player
- ❌ if you have any error after starting bot (temple) you should create new issue (best way)
- Create and clone this temple
- In config.json change prefix and token with your prefix(/ $ ! etc...)
- Create
.env
file with your token likeTOKEN=MTEaMDUeODk0NzY1DATk2NDQDNg.GFV6lk.RCUh3av4_NQrEadeeVSSRZLBmoLURGnGsJ1bicqk
- Install requirements from requirements.txt
pip install -r requirements.txt
- Run bot via
python main.py
- Run lavalink server via (java 18+)
java -jar lavalink.jar