diff --git a/commands/wordwar.js b/commands/wordwar.js index f438adf..839d15c 100644 --- a/commands/wordwar.js +++ b/commands/wordwar.js @@ -159,12 +159,12 @@ module.exports = { setTimeout(async () => { if (wwRole.deleted != true) { console.log(wwRole.name + ' launched'); - var participantStart = '\nLa wordwar ' + wwRole.name + ' commence. Vous pouvez toujours la rejoindre si vous le désirez. Bonne chance à tou.te.s !! ' + roleMention(wwRole.id) + '\n'; + var participantStart = '\nLa ' + wwRole.name + ' commence. Vous pouvez toujours la rejoindre si vous le désirez. Bonne chance à tou.te.s !! ' + roleMention(wwRole.id) + '\n'; publicReplies = await interaction.channel.send({ content: participantStart, fetchReply: true }); setTimeout(async () => { if (wwRole.deleted != true) { console.log(wwRole.name + ' ended'); - var participantEnd = 'La wordwar ' + wwRole.name + ' est maintenant terminée, merci d\'y avoir participé \! ' + roleMention(wwRole.id) + '\n'; + var participantEnd = 'La ' + wwRole.name + ' est maintenant terminée, merci d\'y avoir participé \! ' + roleMention(wwRole.id) + '\n'; await interaction.channel.send({ content: participantEnd, fetchReply: true }); ongoingww.forEach((value,key,ongoingww) => { if (value == wwRole.name) {