1. CREATE YOUR DISCORD BOT
Click “New Application”
Give your bot a name (you can change it later)
Click Create
✨ You now have a bot account!
2. GET YOUR BOT TOKEN
In the left menu, click “Bot”
Click “Reset Token” (or “Copy Token” if already created)
Copy your token somewhere safe
⚠️ IMPORTANT:
Your token is like a password. Do NOT share it with anyone.
3. DOWNLOAD YOUR BOT FILES
Download the ZIP from Github
Extract it to a folder on your computer
4. INSTALL PYTHON
Download Python: https://www.python.org/downloads/
Install it (make sure to check “Add Python to PATH”)
6. ADD YOUR Discord BOT TOKEN
Open the .env file in your bot folder
Find the line for your Discord bot token
Paste your token there
7. INSTALL REQUIREMENTS
Open the bot folder
Run the install file (or open terminal and run):
pip install -r requirements.txt
8. RUN YOUR BOT
Run in terminal: py bot.py
🎉 YOU’RE LIVE!
If everything worked, your bot should now be:
Online in Discord
Ready to respond to commands
NOW WHAT?????
Let’s Customize
Customize your bot settings (add tokens for modules, customize roles)
Add features & modules
(Optional) Learn how to update your bot using Git
