Compare commits

..

No commits in common. '67104814e7d364459cdaec9e190d325fe549cacf' and '8c77b9f059a5a876d616e14c60ae169eccc4a33b' have entirely different histories.

@ -35,7 +35,7 @@ pub async fn parse_command(ctx: Context, msg: Message, server_id: GuildId)
return;
}
if command_start == Some(".colors") || command_start == Some(".color")
if command_start == Some(".color")
{
utils::send_msg(ctx, msg.channel_id, "Valid colors are: green blue red purple pink yellow orange").await;
return;

Loading…
Cancel
Save