pup
pup
DIAdiscord.js - Imagine a boo! 👻
Created by pup on 12/7/2023 in #djs-questions
is there a way to align text to center automatically in an embed?
i wanna know : )
4 replies
DIAdiscord.js - Imagine a boo! 👻
Created by pup on 12/7/2023 in #djs-voice
is there a way to align text to center automatically in an embed?
i waannna know
2 replies
DIAdiscord.js - Imagine a boo! 👻
Created by pup on 8/14/2023 in #djs-questions
newPresence returns undefined inside presenceUpdate event
code
client.on('presenceUpdate', async (oldPresence, newPresence) => {
if (newPresence.member.presence.status.includes("something")) {
..

} else {
return console.log('this ' + newPresence)
}
});
client.on('presenceUpdate', async (oldPresence, newPresence) => {
if (newPresence.member.presence.status.includes("something")) {
..

} else {
return console.log('this ' + newPresence)
}
});
47 replies