From 33311d63d7309e487471d2879bc2896c3d452cb1 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sun, 1 Mar 2026 03:49:36 +0000 Subject: [PATCH] failure in life --- Commands/CreateCommand.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Commands/CreateCommand.cs b/Commands/CreateCommand.cs index fae80e7..a8fa1ca 100644 --- a/Commands/CreateCommand.cs +++ b/Commands/CreateCommand.cs @@ -62,10 +62,10 @@ namespace Reactor.Commands }; //Subscribe events - sentMessage.ReactionAdded += async () => - { - await ReactionRoleService.HandleReactionAddedAsync(channelCache, sentMessage); - }; + // sentMessage.ReactionAdded += async () => + // { + // await ReactionRoleService.HandleReactionAddedAsync(channelCache, sentMessage); + // }; Console.WriteLine($"Created reaction message {sentMessage.Id} in channel {channelId}"); }