Dev Branch yay!

This commit is contained in:
2026-02-28 21:59:37 +00:00
parent c3f8f4592c
commit 56dd6a6166
4 changed files with 22 additions and 86 deletions

View File

@@ -9,9 +9,9 @@ public static class HelpComamnd
string helpMessage = $@"**Reactor Commands**:
- `{prefix}help` - Shows this list.";
if (channelCache.TryGetValue(channelId, out var channel))
{
await channel.SendMessageAsync($"{memberPing}\n{helpMessage}");
}
if (channelCache.TryGetValue(channelId, out var channel))
{
await channel.SendMessageAsync($"{memberPing}\n{helpMessage}");
}
}
}