1️⃣ Download Python with PIP
- For Linux:
sudo apt install python3.10-pip - For Windows: Visit python.org 🌐
2️⃣ Install py-cord
- For both: Run
pip install py-cordin the terminal 💻
3️⃣ Edit Main.py with your Token 📝
4️⃣ Ensure your bot has the necessary Intents enabled ✅
5️⃣ Start the bot
- For Windows:
python main.py - For Linux:
python3.10 main.py🚀