holy shit I am the goat

This commit is contained in:
2026-02-28 22:40:27 +00:00
parent 940ab3535a
commit 2a27da1ab4
6 changed files with 145 additions and 104 deletions

View File

@@ -2,7 +2,7 @@ using Valour.Sdk.Models;
namespace Reactor.Commands;
public static class HelpComamnd
public static class HelpCommand
{
public static async Task Execute(Dictionary<long, Channel> channelCache, long channelId, String prefix, string memberPing)
{

View File

@@ -2,7 +2,7 @@ using Valour.Sdk.Models;
namespace Reactor.Commands;
public static class SourceComamnd
public static class SourceCommand
{
public static async Task Execute(Dictionary<long, Channel> channelCache, long channelId, string memberPing)
{