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
- An Android phone OR a computer that can stay powered on.
- A charger to keep your device plugged in.
- A steady Wi-Fi connection (mobile data works too, but Wi-Fi is best).
- The bot folder I’ll send you—it’s got everything ready to go!
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!
- For Phones: Download Termux from this link. (Don’t use Google Play—it’s an old version that might not work.)
- For Computers: You can use this too, but it’s easiest on a phone. If you’re on a computer, just let me know—I’ll adjust the steps!
- Open Termux after it’s installed. You’ll see a black screen with text—that’s normal!
Step 2: Set Up Termux
Let’s get Termux ready to run your bot. Follow these exactly:
- Type this into Termux and press Enter:
pkg update
. Wait until it finishes—it might take a minute or two. - Type this next and press Enter:
pkg install nodejs
. This adds Node.js, which runs your bot. Wait again—it’s quick! - 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:
- 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!
- 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 typeunzip /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).
- Option 1 - Use Termux: In Termux, type
- In Termux, type
cd ~/YourBot
and press Enter. (If your bot’s name is different, I’ll tell you what to type!) - Type
ls
and press Enter. Look forindex.js
—that’s your bot file! If you see asrc/
folder instead, typecd src
, press Enter, thenls
again. You should seeindex.js
orbot.js
. If not, message me!
Step 4: Start Your Bot
Time to bring your bot to life!
- In Termux, type
node index.js
(ornode bot.js
if that’s what you see) and press Enter. - Wait a few seconds—you’ll see “Your bot is online!” (or a similar message). That means it’s working!
- 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:
- Plug It In: Keep your phone or computer charging so it doesn’t turn off.
- Wi-Fi On: Stay connected to Wi-Fi. If it drops, the bot pauses until it’s back.
- Don’t Close Termux: Leave the Termux app open. If your phone locks, that’s fine—just don’t swipe it away.
- If It Stops: If your phone restarts or Termux closes, just open Termux, type
cd ~/YourBot
(orcd ~/YourBot/src
if it’s in src), thennode index.js
again. Easy fix!
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!