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