From 940ab3535adfdb2439313ee52f4cf24dc9b1322a Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sat, 28 Feb 2026 22:01:12 +0000 Subject: [PATCH] added source command to help command --- Commands/HelpCommand.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Commands/HelpCommand.cs b/Commands/HelpCommand.cs index a8c84d5..67e9486 100644 --- a/Commands/HelpCommand.cs +++ b/Commands/HelpCommand.cs @@ -7,7 +7,9 @@ public static class HelpComamnd public static async Task Execute(Dictionary channelCache, long channelId, String prefix, string memberPing) { string helpMessage = $@"**Reactor Commands**: - - `{prefix}help` - Shows this list."; + - `{prefix}help` - Shows this list. + - `{prefix}source` - Shows my source code! + "; if (channelCache.TryGetValue(channelId, out var channel)) {