fix: typos

This commit is contained in:
Nemo 2021-11-15 11:06:28 +01:00
parent 86e61fa589
commit a5ed48a315

View File

@ -81,7 +81,6 @@ module.exports = {
reason: "Rôle temporaire pour les wordwar" reason: "Rôle temporaire pour les wordwar"
}; };
var wwRole = await interaction.guild.roles.create(newRole); var wwRole = await interaction.guild.roles.create(newRole);
console.log(wwRole);
wwId++; wwId++;
ongoingww.set(interaction.user.id, wwRole.name); ongoingww.set(interaction.user.id, wwRole.name);
interaction.member.roles.add(wwRole.id); interaction.member.roles.add(wwRole.id);