diff --git a/src/commands/sm_server.rs b/src/commands/sm_server.rs index 88b8b2e..6fd524a 100644 --- a/src/commands/sm_server.rs +++ b/src/commands/sm_server.rs @@ -35,7 +35,7 @@ pub async fn parse_command(ctx: Context, msg: Message, server_id: GuildId) return; } - if command_start == Some(".colors") + if command_start == Some(".colors") || command_start == Some(".color") { utils::send_msg(ctx, msg.channel_id, "Valid colors are: green blue red purple pink yellow orange").await; return;