How would I set as the params for the ActivityType.Custom?

await DiscordClient.user.setActivity('testing', { type: ActivityType.Custom, emoji: ':white_check_mark:', details: 'Testing' })
await DiscordClient.user.setActivity('testing', { type: ActivityType.Custom, emoji: ':white_check_mark:', details: 'Testing' })
I have taken a look at both DJS Docs and also Discord API Types and I am stumped. Any help. šŸ™‚
3 Replies
Unknown User
Unknown Userā€¢2y ago
Message Not Public
Sign In & Join Server To View
MrMythical
MrMythicalā€¢2y ago
Bots cannot use custom presence
Noxxe
Noxxeā€¢2y ago
Fair enough Thanks!