Can we set both presence bubble and activity ?
Tried several ways but every time discord only show either the bubble or the activity never both of them
4 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!
i also tried setActivity and setPresence separately
i'll try
ReadyEvent: Random activities selected: {
randomMainActivity: { name: 'the community', type: 5 },
randomCustomStatus: { name: 'Custom', type: 4, state: '👀 staring into space' }
}

i am sure only this part is setting the presence
nope
yes never visible, also it seems like it is never taking the activity
tried refreshing my client but still nothing
console.log(discordClient.user.presence?.activities);
returns this
Then my code works 🤔
Yes, i seed the activity status of the bot if i set it only
I also the the activity of other people too