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);