From 284e6e12a19750c9dbd0e07c22e303341101cf69 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 14 Nov 2021 02:35:47 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20modif=20des=20intitul=C3=A9s=20dans=20la?= =?UTF-8?q?=20wordwar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/wordwar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {