Bot not waking up
This is just basic code so there is no errors, but the bot wont wake up

26 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staffYou should... save your files.
CTRL + K, then S
What is CTRL+K short for?
also thanks, it worked!!
idk what the actual keybind is called, pressing CTRL + K enters some kind of command mode, in which you can press S to save all your files
Oh, thanks!
@Octobacca 🌈 whats the issue here


the cmd doesnt show up
no errors in terminal
We do not provide any help with third party libraries
discord.js supports message components natively.
- Select Menus: learn more
- Buttons: learn more
- Modals: learn more
Try changing your client event to this:
that wont change nothing
Not to mention the event fires with a client, so you should use it
Did you installed discord.js?
that would result in an error if they didnt
I had a case when it didn’t
Also, does he import all needed intents to run the app?
you dont need any intents to fire clientready
nor interactions
Why is it “Events.ClientReady”?
Shouldn’t it be just “ready”?
because it fires when the client is ready
the actual ready from discord is sent before that
and v15 will also make a distinction between both
So what the difference between both of them?
one is discord's, one is djs'
discord's is Ready, djs' is ClientReady
And no difference?
well if there was no difference then they wouldn't be distinct :Thonk:
that discord's
though now that I notice, you should move to #djs-help-v14 or #djs-questions if you want more info
you're filling someone else's issue with unrelated questions
Can you solve their issue?
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Except you, I am trying to figure what the problem is
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View