*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 discord.js@13.9.0 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 ruclips.net/video/wPtkvL9rUXg/видео.html Command Handling - Separate all your commands into different files ruclips.net/video/1KVGyUemRy0/видео.html
@@ImagineGamingPlay hey im having trouble with the part where u copy and paste the link to the url it keeps saying "OAuth2 application does not have a bot"
OMG, Thanks so much for helping me in a long run I finally made my own 1st bot. I told my friends they didn't know much because they have many bots I was pretty happy BUT NOW EVERYTHING CHANGED
I cant paste the code to replit can I get some help please.. his github says its private now and I cant copy it. I tried writing it there but it didnt work..
@@OriginoSky more like a tutorial for people don’t know how to code. For the person learning code like me this video doesn’t explain anything so we cant learn anything from this vids. Maybe we can read the code ourselves though…
Great Video! I have been trying to find many different ways to creat discord bots for my server. This is super ez and straight to the point. I don't know why this doesn't have at least 1 million views this is legendary. Love It! U just earned a new sub. Keep up the good work and I will be here for when u blow up lol :p
great tutorial this needs more views this is better than the one that has millions of views the guy would just be out of breath every second like bru. This one is gg easy and straight to the point
I DONT KNWO HWO TO COPY THE LINK AND PASE IT IN SHELL ITS NTO WORKIGN (ITS NTO A JOKE) IT TOOK ME " HORUS ONLY FOR THAT AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A
Another way to keep is always on is with a replit bug: Run the repl and then close the tab. It'll stay running on their servers until you go in and stop it.
hello, the tutorial is great and everything but there is a problem with the programming. At the part where you said to create a new file and to name it .replit, I tried it too but after entering it said "a file or folder with that name already exists". Did I do something wrong? Please help me.
Can someone help me? When I click run this shows: "Make sure your repl has a port open and is ready to receive HTTP traffic." But I entered everything correctly. PLS HELPP
4:00 I'm stuck on that part because when I click create new file and write .replit it tells me that there is already a file with that name, can someone help me?
Excuse me, @Imagine Gaming Play I did just that and it already had a ton of code do I delete them? It says things like entry point, interpreter, and more but is their anyway I could give you a picture of it? If you do see this thank you for your time.
I have a problem; when you said "Now go to packages" at 2:41, I got lost cos that 'packages' section doesn't exist for me and the screen that you got at 2:40 was different to mine. Please tell me how to do it I'm stuck on this step. I think there was a layout update hence why it doesn't show up for me.
There's an issue with the syntax of your webserver code . It's causing a lot of concerns. Plus, you can't make a ".replit" file when there's already one in "hidden files". It will not allow you. Please update this. Thanks!
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 do not delete replit.nix.
Hello! Wonderful tutorial by the way, but i have one single problem. When i was adding the replit file it said “a file or folder with that name already exists” when it doesn’t.. i followed every step, i watched the video again till that part but i didn't do anything different from you. Is there an explanation to my problem?
Change the code up a bit like this: const { Client, GatewayIntentBits } = require("discord.js"); const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages], });
great Video btw! just 1 question. how do I get it to talk? i redid the actual code about ten times now and when I type out ping the bot never responds?? what can I do???
change the messages your bot replies to to only have a certain character before the message. So It will say If the message Is equal to ".ping" It will reply with "pong"
This tutorial seamed really easy and easy to follow until i got to the part where you needed to edit the code on line 6 (3:42) I couldn't find the line of code anywhere in mine did i do something wrong before?
6:58 hi I’m 2 years into the future, Um so when I press run it starts working for a second but then turns off and says “Start a server to see the hosted output” What do I do?
It doesn't work! I wrote the code exactly like you did and still it doesn't work. Also i can't make a new file called .replit for some reason. Could you help me figure out what's going on here?
hi! this didnt work for me but im sure its my fault and i probably made a typo somewhere while copying the code but i cant seem to find the problem, by any chance could you provide the full code for me to copy incase it was my typo error that made it not work? thanks a lot :))
I really wanted to have to the console code pasted in the description, it also did not work for me and that is probably my fault. But this video is actually really helpful.
dude its not working in 2024 my screen 100% differnt i cant create a bot its already their i cant create or generate a URL i made a new appliction and their was already a robot built and when i select bot permisions it doesnt save and it wont generate a url for me discord broke their bot creation please help my pages look 100% differnt wont let me make a bot or Oauth2url or anything it wont save when i select perisons?
Hi there! Thank you for the GREAT video tutorial, i could make my first bot without huge knowledge in coding! The bot is running, works perfectly on my DC channel, but if i close the web browser (or the tab with replit on it), the bot goes offline. I cannot make it run "for ever". Maybe i made a mistake somewhere... :( Sorry for asking, but do you have any idea what's wrong with it? Thank you, and sorry again!
For those on mobile i have a solution to your problem Create a .replit fole Type run = "npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH" And run the file and then you can delete the .replit file or put what you want in there Your welcome
[Verse 1] Welcome to your life There's no turning back Even while we sleep We will find you [Chorus] Acting on your best behaviour Turn your back on Mother Nature Everybody wants to rule the world [Verse 2] It's my own design It's my own remorse Help me to decide Help me make the [Chorus] Most of freedom and of pleasure Nothing ever lasts forever Everybody wants to rule the world [Bridge] There's a room where the light won't find you Holding hands while the walls come tumbling down When they do, I'll be right behind you You might also like TOPIA TWINS Travis Scott making the bed Olivia Rodrigo K-POP Travis Scott [Chorus] So glad we've almost made it So sad they had to fade it Everybody wants to rule the world [Instrumental Interlude] [Chorus] I can't stand this indecision Married with a lack of vision Everybody wants to rule the- Say that you'll never, never, never, never need it One headline, why believe it? Everybody wants to rule the world All for freedom and for pleasure Nothing ever lasts forever Everybody wants to rule the world
*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 discord.js@13.9.0
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
ruclips.net/video/wPtkvL9rUXg/видео.html
Command Handling - Separate all your commands into different files
ruclips.net/video/1KVGyUemRy0/видео.html
OMG finnaly!
can we edit the message?
hey can you put the code here so we dont need to code
CAN U SEND THE BOT CODE HERE PLS IT WENT OFFLINE
@@stunning-swap7gaming oh, if offline you need to active it, go to like end of video, he teach how to fix.
How is this possibly SO PERFECT..
No long intro, direct on the point simple explanations, nice tutorial...
You just gained a new subscriber......
Thank you
I have the same thing to say
@@ImagineGamingPlay why does it keep saying oauth2 doesnt have a bot
@@ImagineGamingPlay hey im having trouble with the part where u copy and paste the link to the url it keeps saying "OAuth2 application does not have a bot"
I first heard the tts and thought "oh another tts channel this probably wont be good" but its actually really well for a tts channel
me in replit every 5 seconds: THERE'S MORE?
OMG, Thanks so much for helping me in a long run I finally made my own 1st bot. I told my friends they didn't know much because they have many bots I was pretty happy
BUT NOW EVERYTHING CHANGED
I added a dad bot in my server💀💀💀
Watching this tutorial makes me feel as if I have a future in Computer Science or anything tech related
Imagine finally found his channel
he lost it again
@@mousomi8306 ofc
@@mousomi8306 no need to worry
Good morning wakey wakey..
Oh wassup naruto fan
I can’t wait for part 2! I’ve always wanted to make a bot of my own but am unable to code because damn it’s complicated. Very very helpful!
Fr i dont know where to start like how do people remember all that
@@AliBounds even the programmers says that the language of coding can be English and only English
@@notnow7302 that’s tuff for the non English folks do you know at least a bit of it?
yeah the code is so hard
cant code either like wtf is the concept why did they make it so hard
Thanks! had some trouble since this tutorial is a bit old and they added new features, but i was able to do it.
I cant paste the code to replit can I get some help please.. his github says its private now and I cant copy it. I tried writing it there but it didnt work..
@@palaceyt4068 npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH
@@palaceyt4068 npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH
Hey! Do you know where to locate packages in replit? 2024's got a new look!
@@manuespiritu no idea thats a problem for me too
This is absolute perfection, and is the most simple tutorial ever, I recommend this to EVERYONE
@@ninjago.clips_ shut up
@@ninjago.clips_ pressed mf 💀 "cry abt it"
YES.
It was TOOO FAST HOW COULD IT BE THAT SIMPLE
This retarded tutorial uses repl it for hosting your bot will go down constantly and you can get banned. 0/10
You explain it better than 90% of videos out there
But there's no explaining, just code for you to copy?
True he is better then those other youtubers
@@chantivegaming9703 Better how?
@@Chris-nc5xs This video is about how to make a discord bot that can host forever. wdym? or u want to make a bot without coding lol
@@OriginoSky more like a tutorial for people don’t know how to code. For the person learning code like me this video doesn’t explain anything so we cant learn anything from this vids. Maybe we can read the code ourselves though…
Great Video! I have been trying to find many different ways to creat discord bots for my server. This is super ez and straight to the point. I don't know why this doesn't have at least 1 million views this is legendary. Love It! U just earned a new sub. Keep up the good work and I will be here for when u blow up
lol :p
tati video
well about 1 million views...
A member in my server asked for a bot and usually my co-host handles those but she is offline so i had to handle it so thanks for this video!
Just curious did you get the paste for the shell to actually paste? I can’t get it
Nvm
great tutorial this needs more views this is better than the one that has millions of views the guy would just be out of breath every second like bru. This one is gg easy and straight to the point
tati tutorial
amazing ! so glad i found you, you're the only one that helps me ! can't wait for part 2 & more information :)
lora amazing
where is part 2
I use replit for school, and I had no idea it could be used for discord! Thank you!
BRO THIS ACTULY WORKED LIKE BRO THANK YOU MAN!!!
Thank you, kind man!Your guide is the best and easiest to understand of all that I have watched.
oh it took me 5 hours to understand
(not a joke)
@@TheWeeklyRobloxReporter And it did not work for me (not a joke too)
I DONT KNWO HWO TO COPY THE LINK AND PASE IT IN SHELL ITS NTO WORKIGN (ITS NTO A JOKE)
IT TOOK ME " HORUS ONLY FOR THAT AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
A
@@guimguinleo i didnt even try because it looks way to complicated (not a joke either)
@@xxanomynousx7526 it was very easy because i mod and hack (not a joke either)
Another way to keep is always on is with a replit bug: Run the repl and then close the tab. It'll stay running on their servers until you go in and stop it.
I despised reality for not having proper bot hosting, thanks man, you saved my bot. You're an Imagination (pun intended)
My bot is going offline. Can you share your bot hosting experience?
I am facing an error. When i click on start it showing me npm command not found. How to fix it?
Help is available in the discord server
hello, the tutorial is great and everything but there is a problem with the programming. At the part where you said to create a new file and to name it .replit, I tried it too but after entering it said "a file or folder with that name already exists". Did I do something wrong? Please help me.
I have it too
click on the three dots option (next to add file and add folder), then click on "Show hidden files"
v
@@ImagineGamingPlay thank you
@@ImagineGamingPlay what do I do after?
I have been searching for a quotation mark tutorial. Thank you! (btw good vid)
lol
Can you put the code that you use on 4:13 in the description so that people can copy paste it?
Here’s the code that was used in that vid:
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);
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 = required("discord.js")
const client = new Discord.Client({intents: ["GUILDS","GUILD MESSAGES"]});
client.on("messages", message => {
if(message.content === "hello")
message.channel.send("Hello")
client.login(process.env.token);
@@trxppinn i was having so much trouble until i found this! ty!!!!!!!!
@@m4shermantank475 anytime
didnt work
aaaaaaaaa
how has literally nobody else noticed that dogsong from undertale is playing and that the icon for his bot is literally toby
People notice, we just don't make a show about it.
Can someone help me? When I click run this shows: "Make sure your repl has a port open and is ready to receive HTTP traffic." But I entered everything correctly. PLS HELPP
Im having that too
Me too
check the repl file to see if you have entered the run = "npm run start" command
Ohh, first clear tutorial for discord amateurs! Subscribed! ❤️
4:00 I'm stuck on that part because when I click create new file and write .replit it tells me that there is already a file with that name, can someone help me?
click the three doted buttons and click "show hidden files"
@@dinomasterbanana1648 thx
@@dinomasterbanana1648 you just saved my life
What do I delete
In hidden flies
Bro gave me what I needed without me searching for it
How do you add packages?
@jonah_and_friends2346
@@y3ooyybottom left area with tools scroll down until u find dependencies and click it and there it is
THANK YOU SO MUCH!!!!! I could never find a tutorial that worked, so I gave up after a bit. Then I stumbled acrost your video, and it worked!!!!
At 4:02 , i can't add .replit because it says that the file is already made, and my shell looks different. What should I do?
yes same for me
click on the three dots option (next to add file and add folder), then click on "Show hidden files"
Excuse me, @Imagine Gaming Play I did just that and it already had a ton of code do I delete them? It says things like entry point, interpreter, and more but is their anyway I could give you a picture of it? If you do see this thank you for your time.
@@aroshootingarrows yes you may delete it and create a fresh .replit file
Thanks for answering. Sorry for the late reply.
Have a good day/night/morning
I'll save this video to my playlist because its important and i love coding
I have a problem; when you said "Now go to packages" at 2:41, I got lost cos that 'packages' section doesn't exist for me and the screen that you got at 2:40 was different to mine. Please tell me how to do it I'm stuck on this step. I think there was a layout update hence why it doesn't show up for me.
You have to go to dependencies instead.
3:32 - 3:35 confused me the most. Where did you get that code?
its the shell, its built in
I’m fucking losing my mind
I need help and I can’t get to there discord
TWO HOURS WASTED
Do you have updated coding for this? I followed your video but the bot doesn't come online.
Someone commented with the fix for it. Not sure if you found an answer a month ago but it is here now.
@@biancarosado5319 where??
"Your bot could get hacked and raid your server, so just put your necessary that your bot needs."
**puts Kick and Ban**
SAME
4:42 HE... Project is running!
There's an issue with the syntax of your webserver code
. It's causing a lot of concerns. Plus, you can't make a ".replit" file when there's already one in "hidden files". It will not allow you. Please update this. Thanks!
same for me
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
do not delete replit.nix.
@@ImagineGamingPlay ill try it. thanks
@@ImagineGamingPlay thanks this helped
@@ImagineGamingPlay ty
you can skip create .replit step or dont putting run = "npm start" if you have error with that step maybe can help you
yea i need help with that
it didn't work to me because the repl said that my code are error, especially at the npm
yeah same
same it was a waste of time for me
ugh
same
same
mine didnt work because "node ." didnt work
Wow I can Make Bot With this Tutorial for It! Very Great tutorial!
Hello! Wonderful tutorial by the way, but i have one single problem. When i was adding the replit file it said “a file or folder with that name already exists” when it doesn’t.. i followed every step, i watched the video again till that part but i didn't do anything different from you. Is there an explanation to my problem?
having the same problem
i figure it out! click on the three dots besdies the add file button and click show hidden files
@@kirbyoui thank you sooooo much!!!
@@kirbyoui wait, where do we put the npm thing in the file?? Do we delete the file and then put the npm thing????
@@zba1010 basically once you .replit from hidden files you delete everything from it
can u make tutorial for / command please? btw your videos are so good :)
Getting error when hitting "Run"::
npm start
sh: 1: npm: not found
exit status 127
I got that same message I know im a year late but you have to go back to shell and run that github command
@@randomGuyOnTheInternet242it will fix it ?
if my friends ask me who is this person i subscribed too im gonna say "he helped me make my own bot!!"
It says: "Invalid bitfield flag or number: GUILDS"
What should I do?
Change the code up a bit like this:
const { Client, GatewayIntentBits } = require("discord.js");
const client = new Client({
intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages],
});
replace with "Guilds" i had the same problem i guess they changed the syntax
when i make a file called .replit it says it already exists what do i do?
Idk:(
Yeah I have the same problemmmmm
great Video btw! just 1 question. how do I get it to talk? i redid the actual code about ten times now and when I type out ping the bot never responds?? what can I do???
Same
Underrated RUclipsr
It's easier to create bots on guilded. If discord added that function it would be good
Thank you so much :D it was really easy to follow
Hey bro.
Thanks to ur tutorial.
Its easy to understand.
Im now having a private discord bot :D
Btw how do i make so the bot have a prefix?
change the messages your bot replies to to only have a certain character before the message. So It will say If the message Is equal to ".ping" It will reply with "pong"
W vid tysm!!! I'll do my own bot XD Btw new Sub!!!!
when i try to make the ".replit" file, its showing me a warning sign, what does that mean?
these days it wont work it happend to me , and when i pressed start the engine is broken or smth i think this tutorial is old ?! we need new update
You skip it the file is already premade
yes imagine gaming play know that he have a channel where his poggers subscribers are waiting for his video
This tutorial seamed really easy and easy to follow until i got to the part where you needed to edit the code on line 6 (3:42) I couldn't find the line of code anywhere in mine did i do something wrong before?
same! :(
i coded for it a custom welcome message too, but if i stop "Run" the code in replit, the bot stops to work until i "Run" the code again
when i make the .replit folder it says that the folder already exist but i look for it theres none
you dont need the .replit
show hidden files
Got error SyntaxError: Error parsing /home/runner/Bot/package.json: Unexpected token
SON at position 154
Pls help
Add a comma on the end of the line before "start"
Awesome Video!
My dad also made a discord bot for himself B)
Ur dad is a frickin legend
Now add /dadjoke command lol
6:58 hi I’m 2 years into the future,
Um so when I press run it starts working for a second but then turns off and says “Start a server to see the hosted output” What do I do?
im right here too
still trying to figure it out, did you figure it out already?
can you put the code link in the description so i can copy it
nice tutorial btw!
yeah my code isnt working for some reason, it says theres a crash loop but it would be a lot easier if i could copy and paste the code.
@@whonus3906 Yeah I have the same thing
I love the pfp! Also, very helpful!
how do i get the packgages tab open?
the packages are called dependencies now
What is it now?
@@KaiCreateOfficial
i have problem in 4:03 i didnt show the file icon :'.replit ?
It doesn't work! I wrote the code exactly like you did and still it doesn't work. Also i can't make a new file called .replit for some reason. Could you help me figure out what's going on here?
you have to have show hidden files enabled because . replit exists
hi! this didnt work for me but im sure its my fault and i probably made a typo somewhere while copying the code but i cant seem to find the problem, by any chance could you provide the full code for me to copy incase it was my typo error that made it not work? thanks a lot :))
I can't provide full code
@@ImagineGamingPlay ?
mjbu
@@ImagineGamingPlay why
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);
Bro you serious? I tried like 2 times and my never came online
Same
Shell Code
npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH
Welcome
Same
3:19 it wont let me put the copy and pasted link in shell
when i tried making the .replit file it says that name is already taken
same why tho
I just used chatgpt but I subbed and liked
I really wanted to have to the console code pasted in the description, it also did not work for me and that is probably my fault. But this video is actually really helpful.
You have to right click and paste on the shell
@@ImagineGamingPlay plz do i need type link?
@@Trunks_thealt no you copy link and paste in shell by rightclicking
same :(
4:10 when i make a file and name it .replit it says a filenor folder already exist,how do i fix that?
omg repl is watching me it lierally told me the EXACT same code here as a suggestiion 😧😧
Bro IT DONT JOIN MY SERVER
dude its not working in 2024 my screen 100% differnt i cant create a bot its already their i cant create or generate a URL i made a new appliction and their was already a robot built and when i select bot permisions it doesnt save and it wont generate a url for me discord broke their bot creation please help my pages look 100% differnt wont let me make a bot or Oauth2url or anything it wont save when i select perisons?
Maybe u have a different link/page
Yeah like my bot isnt working because of that or idk 😭😭😭 its changed i cant understand a single thinggg
FYI: this video is really old, currently discord.js v14 changed a lot of stuff and replit sucks aswell
@@Kiara-og3ww Bro are u dumb?
4:02 I can't name it .replit
Just can't its shows a red warning and don't say anything
same
skip that part
Replit tried to install a virus on my PC but my antivirus stopped it
Yo man is this a joke or for real bro 😅😂
i cant make the .replit file
can someone help me?
and when i serch it it says ne result found
U just earned my sub❤ Ty for instructions
Hi there! Thank you for the GREAT video tutorial, i could make my first bot without huge knowledge in coding! The bot is running, works perfectly on my DC channel, but if i close the web browser (or the tab with replit on it), the bot goes offline. I cannot make it run "for ever". Maybe i made a mistake somewhere... :( Sorry for asking, but do you have any idea what's wrong with it? Thank you, and sorry again!
Use betteruptime.com/
oof
@@ImagineGamingPlay . replit file already exists showing
ye me too
@@sabanamalitya249
0:01 ok
Bro After doing everything even the code, it shows
"Package operation failed."
Aslo I just coped your code in the video
SAME ISSUE HERE
4:08 i cant name that file .replit, it says a file or folder already exists with that name
this is outdated
skip that part
Great tutorial but giving the code ( the big one ) would be appreciated
He does go in the discord and go bit commands and type -free
@@rohamaali8695 wait huh?
Ig im the only one this doesn’t work for
It don’t work for me either. It’s says npm not found for me
When I run the bot it stays offline :(
Did you host it??
idk what i did wrong but 6:41
i don't see the the copy or regenerate token
Nvm im doing this when im older im too lazy
When I try to make the .replit file, it says "a file or folder with that name already exists". Do you know the problem?
same to me
if u click the three more buttons then select show hidden files one is called .replit
@@jennicaldwell3945 OMG DUDE TYSM
read the description dumbass
For those on mobile i have a solution to your problem
Create a .replit fole
Type run = "npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH"
And run the file and then you can delete the .replit file or put what you want in there
Your welcome
How do I create a .replit file
@@Meropespica click on add file
@@Meropespica see video properly
Does not work in “Nmp why?
@@MxzyyFn what u want?
Nice video, but I recommend slowing down while typing the code, and not adding random things like dark mode in the tutorial
How to get url?
[Verse 1]
Welcome to your life
There's no turning back
Even while we sleep
We will find you
[Chorus]
Acting on your best behaviour
Turn your back on Mother Nature
Everybody wants to rule the world
[Verse 2]
It's my own design
It's my own remorse
Help me to decide
Help me make the
[Chorus]
Most of freedom and of pleasure
Nothing ever lasts forever
Everybody wants to rule the world
[Bridge]
There's a room where the light won't find you
Holding hands while the walls come tumbling down
When they do, I'll be right behind you
You might also like
TOPIA TWINS
Travis Scott
making the bed
Olivia Rodrigo
K-POP
Travis Scott
[Chorus]
So glad we've almost made it
So sad they had to fade it
Everybody wants to rule the world
[Instrumental Interlude]
[Chorus]
I can't stand this indecision
Married with a lack of vision
Everybody wants to rule the-
Say that you'll never, never, never, never need it
One headline, why believe it?
Everybody wants to rule the world
All for freedom and for pleasure
Nothing ever lasts forever
Everybody wants to rule the world
What the heck
@@clip4er164yes
Bro type this in replit and it will make a song with codes😂
I did for like 4 hours and it didn’t work pls help me
same dude
It doesn’t work
Because this is discord js13 or even 12 or maybe 11
You’re using v14 find different videos
It’s because it was made two years ago
It does with a bit of changes
I made a bot before this tutorial but it’s always offline thank you ❤
Did it work?
JUST LEVE THE CODE IN THE COMMANTS
bro ur a lazy sack of shit
It says me to enter redirect uri what to do?
Thank You so much
I have created my bot right now and its responding
so, I'm going to upgrade it
Awesome video but you are so fast when you’re typing I had to put on 0.5x speed lol
Years of spending life on a computer have managed to yield these resuults