From 35b1cfe1550308001930323552110bfecc71a853 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Wed, 11 Mar 2026 04:44:14 +0000 Subject: [PATCH] alias s/help for s/cmds --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 53af31e..e711622 100644 --- a/Program.cs +++ b/Program.cs @@ -141,7 +141,7 @@ client.MessageService.MessageReceived += async (message) => await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} Here is a link to the Swagger API: https://api.valour.gg/swagger"); }; - if (Utils.ContainsAny(content, $"{prefix}cmds")) + if (Utils.ContainsAny(content, $"{prefix}cmds", $"{prefix}help")) { await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands: - `s/echo - Echos text into the chat`