fix: typos
This commit is contained in:
parent
86e61fa589
commit
a5ed48a315
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user