
How to make a Discord Bot Without Downloading Anything + Host it Online FOREVER
In this video we’re going to make a Discord Bot with downloading whatsoever + Make it stay online forever
Last year, I made a video about how to make a discord bot without downloading anything and that went very well but unfortunately some viewers were not ok with it because of the quality/how to add bot/how do you type that and more
also the video got a little outdated (thanks to DiscordJS v13)
so this time, I decided to make a updated video with better quality and more precision
Question: Why I can’t paste in the shell?
If you’re having trouble pasting the code in the shell, right click and paste.
Question: My repl.it is constantly getting deleted.
Click on the three dots option (next to add file and add folder), then click on “Show hidden files”.
You may delete the previous .replit and create a new one
BUT PLEASE, do not delete replit.nix.
— Links —
Discord Developers Portal:
Repl.it:
Shell Code:
Uptime Robot:
If you want to learn the programming language that is used in this video, I’ve made a series specifically about it.
Need help with something?
Join my Discord Server:
▶
My Socials:
Discord:
Github: (I don’t put source code there)
Instagram:
Website:
——————–
Closed Captions/Subtitles Team:
▶ Heather7 muktayib (Spanish)
▶ CanadianQwerty (French)
▶
—
Tags-:
discord bot
discord js
how to make a discord bot
thiscord bot
discordjs bot
how to make discord bot without downloading anything
how to make a discord js bot
discord.js
discord bot no download
discord bot tutorial
how to make discord bot 24/7
how to make discord bot online forever
how to make a discord bot with 24/7 hosting
how to make a discord and host it online forever
—-
Thank you so much for watching, be sure to subscribe so you don’t miss the next part.
Peace 💖
i copied the exact code i tried in many different ways but when i try to run it, it always says Syntax Error: Unexpected token ')'. I am trully dissapointed
Where do I go to package on mobile😢
why not just make us copy the code from pastebin or something :/
at 4.06, replit doesn't allow me to create a file with the name '.replit'
Background sound 😑😑
I did try to make one but failed miserably 🙁
for some reason i cant paste the code into the shell part. Is this a problem because im on mobile?
I know this might be my problem but I put in my username and password in correctly and says wrong login
Hi im typing the index in the discord doesn't show as a green colour
i cant make the .replit file
Bro I’m on mobile. Do a tutorial on how to do it on mobile!
its not letting me to paste
this
Is good im subbing
rip i cant do it its hard
How do i make a 2nd line?
for lazy people
const express = require ("express");
const app = express ();
app.listen(3000, () => {
console.log("Project is running!");
})
app.get("/", (req,res) => {
res.send("Hello world!");
})
const Discord = require ("discord.js");
const client = new Discord.Client({intents: ["GUILDS", "GUILD_MESSAGES"]});
client.on("message", message => {
if(message.content === "ping") {
message.channel.sent("pong")
}
})
client.login(process.env.token)
I cant use .replit as a name for a file pls help
i dont know how to type in the shell
BRO IT SAYS PLEASE ENTER A REDIRECT URI AT GENERATED URL WHAT DO I DO
Mine didn’t work
Part 2!
6:42 why I dont have the copy button I only have Reset token. if somebody know plz help me
can you send the code in a file because it is showing error
I tried but didnt come online
ir woudnt let me paste it so i will say it doesnt work
Omg the code part is too hard. I cant do it 🙁
Hey. Can someone help me. I don’t have the copy token button. The button I do have is reset token. What do I do
package json doesn't even have the right code
Weird when i put .replit (i make a new file) its just that it already exist but its nowhere..
Code if you aren't good at typing (like me)
const express = require("express");
const app = express();
app.listen(3000, () => {
console.log("Project is running!");
})
app.get("/", (seq, res) => {
res.send("Hello world!");
})
const Discord = require("discord.js");
const client = new Discord.Client({intents: ["GUILDS","GUILD_MESSAGES"]})
client.on("message", message => {
if(message.content === "ping") {
message.channel.send("pong")
}
})
client.login(process.env.token)
pls next part
not work 🙁
my bot is online, but the code for "ping" messages isnt working
Hi
GREAT VERY HELPFUL
when i saw the coding part… i was like yep im not doing this
it wont let me create the .replit file
HOW THE FU** DO I VERIFY MZSELF IN THIS SHIT DEVELOPER PORTAL APP????????????????????????????????????????????
i accidently kicked the bot out.
Thank you this is actually useful for my community I have subcribed
my bot is online but it wont take commands
it didnt work
hey mister the shell code link dont work anymore
const express = require("express");
const app = express();
app.listen(3000, () => {
console.log("Project is running!");
})
app.get("/", (req, res) => {
res.send("Hello World!");
})
const Discord = require("discord.js");
const client = new Discord.Client({intents: ["GUILDS", "GUILD_MESSAGES"]});
client.on("message", message => {
if(message.content === "ping") {
message.channel.send("pong")
}
})
client.login(process.env.token);
damn message box blocked half the video
It says .replit already exists any ideas?
I spend half an hour on your stupid discord bot. IT DOES NOT WORK!!!!!!!!!!!
is replit a trusted site?
i cant nam,e the folder .replit noting is coming
Update 18 July, 2022
If your bot is not online and if you have followed the steps correctly, do the following:
Open Shell and enter this command:
npm install [email protected]
This should fix your problem
also, if you're not able to create the .replit file, skip that part!
———
Continue watching this series:-
Embeds – A special way to send message through your discord bot
https://www.youtube.com/watch?v=wPtkvL9rUXg&t=1s
Command Handling – Separate all your commands into different files
https://www.youtube.com/watch?v=1KVGyUemRy0&t=304s