deqzii.
deqzii.
DIAdiscord.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