Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
deqzii.
Posts
Comments
DIA
discord.js - Imagine an app
•
Created by auvqrs on 5/5/2025 in
#djs-questions
Bot not waking up
Try changing your client event to this:
client.
once
(
'ready'
, ()
=>
{
console.
log
(
`Ready! Logged in as ${
client
.
user
.
tag
}`
);
});
client.
once
(
'ready'
, ()
=>
{
console.
log
(
`Ready! Logged in as ${
client
.
user
.
tag
}`
);
});
40 replies