Custom type presence bot

Hey, i don't know how to set the emoji in the custom status of my bot, can someone help me ?
// Définition de la présence personnalisée avec un emoji custom et le texte "4"
client.user.setPresence({
activities: [{
name: '4',
type: 4, // Type 4 correspond à une activité "Custom"
// Remplacez 'VOTRE_EMOJI_ID' et 'votre_emoji' par l'ID et le nom de votre emoji custom
emoji: ':Exclamation:'
}],
status: 'dnd'
});
},
};
// Définition de la présence personnalisée avec un emoji custom et le texte "4"
client.user.setPresence({
activities: [{
name: '4',
type: 4, // Type 4 correspond à une activité "Custom"
// Remplacez 'VOTRE_EMOJI_ID' et 'votre_emoji' par l'ID et le nom de votre emoji custom
emoji: ':Exclamation:'
}],
status: 'dnd'
});
},
};
7 Replies
d.js toolkit
d.js toolkit2w ago
- 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! - Marked as resolved by OP
treble/luna
treble/luna2w ago
you cant
Indécis
IndécisOP2w ago
why
treble/luna
treble/luna2w ago
bots cant have custom emojis in their status
Indécis
IndécisOP2w ago
Just only the text ?
treble/luna
treble/luna2w ago
yes they can have unicode emojis though
Indécis
IndécisOP2w ago
okok thx you 🙏

Did you find this page helpful?