diff --git a/src/commands/sm_server.rs b/src/commands/sm_server.rs index 69b0fb5..88b8b2e 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(".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;