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)) {