forked from Supositware/Haha-Yes
fixed a typo
This commit is contained in:
parent
3e53c569c4
commit
9909207671
1 changed files with 1 additions and 1 deletions
|
@ -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`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue