How to Run Your Discord Bot

Hey there! Your new bot is ready to make your server awesome, but it needs to stay online to work. Don’t worry—I’ve made this super easy! Follow these steps to run it on your Android phone or a computer you can leave on. No tech skills needed, just a little patience!

What You’ll Need

Step 1: Get the App

We’ll use a free app called Termux to run your bot. It’s like a mini-computer on your phone!

Step 2: Set Up Termux

Let’s get Termux ready to run your bot. Follow these exactly:

  1. Type this into Termux and press Enter: pkg update. Wait until it finishes—it might take a minute or two.
  2. Type this next and press Enter: pkg install nodejs. This adds Node.js, which runs your bot. Wait again—it’s quick!
  3. Type node -v and press Enter. If you see something like “v18.0.0,” you’re good! If not, message me.

Step 3: Add Your Bot Files

I’ll send you a ZIP file with your bot. Here’s how to get it ready in Termux:

  1. Download the ZIP file I send you (e.g., “YourBot.zip”) and save it to your Downloads folder on your phone. Check your email or Discord for it!
  2. Extract the Files: You’ve got two easy ways to do this:
    • Option 1 - Use Termux: In Termux, type pkg install unzip and press Enter. Then type unzip /storage/emulated/0/Download/YourBot.zip -d ~/ and press Enter. This puts the files in your Termux home folder.
    • Option 2 - Manually: Tap the ZIP file in your Downloads folder, choose “Extract,” and pick “Home” or “Termux” as the spot. If you don’t see “Termux,” extract to Downloads, then move the folder to Termux later (I’ll help if needed).
  3. In Termux, type cd ~/YourBot and press Enter. (If your bot’s name is different, I’ll tell you what to type!)
  4. Type ls and press Enter. Look for index.js—that’s your bot file! If you see a src/ folder instead, type cd src, press Enter, then ls again. You should see index.js or bot.js. If not, message me!

Step 4: Start Your Bot

Time to bring your bot to life!

  1. In Termux, type node index.js (or node bot.js if that’s what you see) and press Enter.
  2. Wait a few seconds—you’ll see “Your bot is online!” (or a similar message). That means it’s working!
  3. Go to your Discord server and test it—try a command like !hello (I’ll tell you the exact commands).

Step 5: Keep It Running

Your bot needs to stay on to work. Here’s how to make sure it doesn’t stop:

What If Something Goes Wrong?

I’ve made this as simple as possible, but if anything doesn’t work (like Termux won’t open or the bot won’t start), don’t panic! Just message me on Discord or email with what you see, and I’ll fix it fast. You won’t be stuck—I promise!

Why This is Awesome

Your bot runs right on your phone or computer—no extra costs, no complicated stuff! It’s light and won’t slow anything down. Get ready to show it off to your server in just a few days!