fixed a typo

This commit is contained in:
loicbersier 2020-02-18 19:31:33 +01:00
parent 3e53c569c4
commit 9909207671

View file

@ -71,7 +71,7 @@ class colorCommand extends Command {
message.guild.member(message.author).roles.add(role);
return message.channel.send('Role added!');
} else {
return message.channel.send(`${args.color} is not a valide color`);
return message.channel.send(`${args.color} is not a valid color`);
}
}
}