alias s/help for s/cmds

This commit is contained in:
2026-03-11 04:44:14 +00:00
parent f2add1eae8
commit 35b1cfe155

View File

@@ -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"); 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: await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands:
- `s/echo <text> - Echos text into the chat` - `s/echo <text> - Echos text into the chat`