From a5ed48a315bcb30e34a9cb4e4751d179649caa0b Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 15 Nov 2021 11:06:28 +0100 Subject: [PATCH] fix: typos --- commands/wordwar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/wordwar.js b/commands/wordwar.js index 84f59df..79076f2 100644 --- a/commands/wordwar.js +++ b/commands/wordwar.js @@ -81,7 +81,6 @@ module.exports = { reason: "RĂ´le temporaire pour les wordwar" }; var wwRole = await interaction.guild.roles.create(newRole); - console.log(wwRole); wwId++; ongoingww.set(interaction.user.id, wwRole.name); interaction.member.roles.add(wwRole.id);