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

@@ -106,6 +106,10 @@ namespace Reactor
case "help":
await HelpComamnd.Execute(_channelCache, channelId, _prefix, memberPing);
break;
case "source":
await SourceComamnd.Execute(_channelCache, channelId, memberPing);
break;
}
}