!Delta!
!Delta!
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
The only discovery i made since now is that it keep return heartbeats, no disconnection or reconnectiok error but bot go offlije
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
Cause the spam. What we looking for?
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
Perfect i will return with the results
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
Ik that. Any idea how i can resolve the issue?
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
Meanwhile i done the reset token and nothing happend yet i still monitoring that
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
Its goes offline after some minutes
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
when i add that without login it go dnd status
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
But i dont think that will resolve the issue
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
I tried to reset the token just in case
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
Yeah i know that but im confused
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
if i add something like that
setInterval(async() => {
if (!delta.ws.status) {
console.error("Bot disconnected! Attempting to reconnect...");
await delta.login(config.token);
delta.user.setStatus('dnd')
}
}, 30000);
setInterval(async() => {
if (!delta.ws.status) {
console.error("Bot disconnected! Attempting to reconnect...");
await delta.login(config.token);
delta.user.setStatus('dnd')
}
}, 30000);
will resolve the issue or it will create a bigger one?
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
No description
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
i even add
client.on('disconnect', () => {
console.log('Bot disconnected');
});

client.on('reconnecting', () => {
console.log('Bot reconnecting...');
});

client.on('resume', () => {
console.log('Bot resumed connection');
});
client.on('disconnect', () => {
console.log('Bot disconnected');
});

client.on('reconnecting', () => {
console.log('Bot reconnecting...');
});

client.on('resume', () => {
console.log('Bot resumed connection');
});
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
yeah
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
it happend again but no return
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
i add that on ready event. Lets wait and see
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
btw TypeError: Cannot read properties of undefined (reading 'on')
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
Yeah let me try and i will revert
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
and i restart that it goes online
27 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 8/12/2024 in #djs-questions
Shard Error
It goes offline in the members and nothing work
27 replies