Skip to content

Commit

Permalink
Affichage d'un "tips :" avant le tips
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-perso committed Sep 25, 2022
1 parent 0872aeb commit c7312a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bachero.module.message/say.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
var randomAstuce = astucesList[Math.floor(Math.random() * astucesList.length)]

// Répondre à l'interaction
interaction.editReply({ content: `Message envoyé !\n> ${randomAstuce}` }).catch(err => {})
interaction.editReply({ content: `Message envoyé !\n> **Tips :** ${randomAstuce}` }).catch(err => {})
} catch(err) {
var embed = new EmbedBuilder()
.setTitle("Envoi du message")
Expand Down

0 comments on commit c7312a5

Please sign in to comment.