fix: typos

This commit is contained in:
Nemo 2021-11-15 11:06:28 +01:00
parent 86e61fa589
commit a5ed48a315
1 changed files with 0 additions and 1 deletions

View File

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