From c3b3dbcca5fbe54007807f0f798a6f96466633aa Mon Sep 17 00:00:00 2001 From: Joeyrp Date: Thu, 12 Oct 2023 09:14:59 -0400 Subject: [PATCH] changes .color to .colors --- src/commands/sm_server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;