Baisically Discord requires it to run. This is to ensure it is not a raid bot or something like that (Even though it does not work and is getting removed August 31st)
just asking, why everytime i make and mongodb database after one day when i try to login to it, it dosen't let me and i have to do another and another everyday, its has stopped my progress on my bot because its frustrating to make a new database everyday?
That’s absolutely wrong you should never make multiple databases each time. I suggest making sure you put your password and username right in. Other then that, contact mangodb support this issue isn’t common sadly
@@DashCruft yeah no problem, you have helped me alot with discord bot making, and i'm making a city life bot rn where you work, work and do work jkjk but you work and buy better equipment like houses cars etc
@@DashCruft wrong, "node ." makes node look in the package.json file for an entry point (e.g. index.js) and runs that, their entry point is invalid most likely Edit: entry point is the "main" property in the package.json, forgot how it's called cuz I rarely look in the package.json file xD
@@DashCruft I figured it out an hour later but I do need to know how to add like another Reply back command, like I type the command and replies back with whatever I coded it to type back
The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat h was included, verify that the path is correct and try again. this is the error responds
Make sure you have node installed If you already have it installed, make sure to close vscode, open it up again and close the terminal and open a new one inside of vscode.
Error [DISALLOWED_INTENTS]: Privileged intent provided is not enabled or whitelisted. at WebSocketManager.createShards (C:\Users\||||||||\Downloads\||||||t ode_modules\discord.js\src\client\websocket\WebSocketManager.js:250:15) at async Client.login (C:\Users\||||||||||\Downloads\|||||||||| ode_modules\discord.js\src\client\Client.js:254:7) { [Symbol(code)]: 'DISALLOWED_INTENTS' } Node.js v17.6.0 This is happening when i type node .
💪👩🚀
daddy recon
The two gods
NOTE: if your bot doesn’t come online and says no errors check it is saved, to auto save it click File > Auto-save
Yes basically make sure to save your bot
tyyyy
still
i was just wondering why it didn't work, thank you a lot
why the prefix doesn't work with node v 16.18.0 ?? is there any fix for it ?
for those who's facing problem when they type node . and nothing happened, you guys should save the file before running the commands
Hey, when i use -test in my server, the terminal says reference error: message is not defined?
You helped me so much brother. My friends dont make fun of me anymore :D
Glad to hear that!
cant wait for new people coming into the server saying “hEy My BoT iSn’T wOrKiNg hOw FiX? gIvE mE cOdE”
LOL they're gonna be here anytime now
its telling me [Symbol(code)]: 'CLIENT_MISSING_INTENTS
You are missing intents.
Some reason my bot refuses to send messages like anything
after I type "node ." how do I can write again in the terminal?
guys I figured it out. just press Ctrl + C . :)))
@@yuvalfadlon9084 ty bro, it helped me a lot ;-;
You actually have to do that every time you want to restart/stop the bot.
@@DashCruft yeah XD
@@yuvalfadlon9084 bro you saved me
Which theme do you have installed in vscode?
Andromeda
Big W
🦧
the bot is online for me but i tried "!test" also it has ! prefix in it too but theres no errors or messages in Visual studio code
when i use node . it says "client is not defined"
define client. It should be defined at the top of your code.
Can you explain the Intent please ? I don't understand about intent :'
Baisically Discord requires it to run. This is to ensure it is not a raid bot or something like that (Even though it does not work and is getting removed August 31st)
It says "disallowed intents".. I put in the number correctly and it is popping up the error. Any way I can fix this?
You dont have intents enabled in the discord developer portal.
@@DashCruft Thank you!
Add
message.delete(1000); after the command if you want the command deleted 😁
THANK YOU
Sussy imposter among us video?.???
just asking, why everytime i make and mongodb database after one day when i try to login to it, it dosen't let me and i have to do another and another everyday, its has stopped my progress on my bot because its frustrating to make a new database everyday?
That’s absolutely wrong you should never make multiple databases each time. I suggest making sure you put your password and username right in. Other then that, contact mangodb support this issue isn’t common sadly
@@DashCruft ok thanks for informing me with this :)
@@RGBA thanks for checking the video out :)
@@DashCruft yeah no problem, you have helped me alot with discord bot making, and i'm making a city life bot rn where you work, work and do work jkjk but you work and buy better equipment like houses cars etc
@@RGBA I’m glad I could be any of your help for making your discord bot 💜
whenever i do node . , the console doesnt say a message has been sent. instead im stuck with a blank space.
did you press save before starting your bot
what font do you use for vs code
JetBrainsMono Nerd Font Mono Regular
it says: refrenceError: Discord is not defined' someone can help me?
Define Discord.
How do i lock the bot in a single chanel idk how
if (message.channel.id !== “CHANNEL_ID”) return;
how can i fix it after typing "Node ." it says "module not found"
Try running
npm i
@@DashCruft wrong, "node ." makes node look in the package.json file for an entry point (e.g. index.js) and runs that, their entry point is invalid most likely
Edit: entry point is the "main" property in the package.json, forgot how it's called cuz I rarely look in the package.json file xD
@@thatboisans while that’s true, I thought he was missing packages I didn’t give him the cmd to run the bot.
Nice Video 10/10
Why wont it go online when i say node .
maybe check the token you inserted?
earned a sub
thanks brother
7:55 Administrator = Administer
🤣
can you teach us how to make a bot that grabs the user ip and doxx the user then reply with a video with a caterpillar smoking with the user doxx
??
lmao
LMFAO
wtf
What's the game bro 😭 it looks so fun
SuperFlight! Check it out
bro why my bot still offline ...
Theme vscode?
Atom One Dark
module not found error
i keep getting "discord not defined" when doing node .
Maybe try with capital D? Make sure you have defined the word discord
@@DashCruft I figured it out an hour later but I do need to know how to add like another Reply back command, like I type the command and replies back with whatever I coded it to type back
@@kingkanade5764 message.reply ?
@@DashCruft yeah, i want to add multiple
@@kingkanade5764 multiple what? Just do message reply 2 times or more ig?
Spoon feeding resumes AMEN!
Yes amen indeed 😂
They'll learn from their mistakes and go from there
tysm man
It Doesnt Come Online
insane
sad it says [Symbol(code)]: ‘DISALLOWED_INTENTS’
Enable Your Intents From Discord Developer Portal
when i type in -test nothing pops up and i followed ur tutorial and checked it multiple times
nevermind fixed it
How did u fixed it? I have the same problem when the bot don't reply to my -test message
then you should probably check out the basics for making a discord bot on my channel. Do you get any errors?
@@DashCruft no errors, but the bot doesn't reply to my message. May we talk in discord so I show you?
@@NoobDevRBLX man how'd you fix it?
The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
this is the error responds
Make sure you have node installed
If you already have it installed, make sure to close vscode, open it up again and close the terminal and open a new one inside of vscode.
How i stop the bot?
CTRL + C to stop the process.
the bot isnt comin online
Any logs in the terminal? Double check your token please.
When i do node .
it doesn`t work :(
same
When I type "node ." into the terminal, it does nothing.
You need to save by pressing CTRL and S on keyboard.
@@vortexx3557 I did
Re-open the terminal and restart the vscode.
@@DashCruft I did, and now it's talking about intents
V13 finally
Yes 👍🏼👍🏼👍🏼
Note: you now have to use Command promit to make it work
Bro this bot is onlin e for ever
click ctrl + c in the terminal
dude please help me whenever i type -test it isnt working, i autosaved every step i repeated it many times it aint working, please respond on him
same, for me it just doesn't say anything in the console
the test command not working plz help
Delete return
@@miraaa___ still doesnt work
i tried doing -test it doesnt
@@mody3rab61 i have same problem cant make -test
10/10
check auto save
my bot is not coming online
Do you get any errors?
Test Command Didn't Worked.
Probably because of the intents and djs v14
try changing message event to messageCreate
@@DashCruft actually I tried changing the version and that worked.
you are the best
=> wow
pog
pog
why does google want to translate “pog” into “ch”
Early
First comment nice
Error [DISALLOWED_INTENTS]: Privileged intent provided is not enabled or whitelisted.
at WebSocketManager.createShards (C:\Users\||||||||\Downloads\||||||t
ode_modules\discord.js\src\client\websocket\WebSocketManager.js:250:15)
at async Client.login (C:\Users\||||||||||\Downloads\||||||||||
ode_modules\discord.js\src\client\Client.js:254:7) {
[Symbol(code)]: 'DISALLOWED_INTENTS'
}
Node.js v17.6.0
This is happening when i type node .
When I do node . it says this:
PS C:\Users\TEMP.LAPTOP??????\Documents\Zyto.gg> node .
PS C:\Users\TEMP.LAPTOP??????\Documents\Zyto.gg>
Have you saved your file before running the bot?
if you want bots name do console.log(`${client.user.tag} Is Online!`)
In the ready event yes.
when i do node . it says
SyntaxError: Unexpected token ‘??=‘
Why isn't my node . not working i put the node . in and it just made a new PS
Nvm it worked Your a Actual legend
the npm init error sir pls help
the "!message.content.StartsWith" thing does not work, how to resolve this issue?
It's startsWith not StartsWith
@@DashCruft yes but thats not the issue, the exclamation mark at the first is to declare a "not equal", but its not working, the command doesnt work
when i'm use the prefix the bot is not sent nothing
I can’t do node . It comes up with error
when i type node . it say module not found
please give me the full error.