added source command to help command
This commit is contained in:
@@ -7,7 +7,9 @@ public static class HelpComamnd
|
||||
public static async Task Execute(Dictionary<long, Channel> 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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user