failure in life

This commit is contained in:
2026-03-01 03:49:36 +00:00
parent fda66681b6
commit 33311d63d7

View File

@@ -62,10 +62,10 @@ namespace Reactor.Commands
}; };
//Subscribe events //Subscribe events
sentMessage.ReactionAdded += async () => // sentMessage.ReactionAdded += async () =>
{ // {
await ReactionRoleService.HandleReactionAddedAsync(channelCache, sentMessage); // await ReactionRoleService.HandleReactionAddedAsync(channelCache, sentMessage);
}; // };
Console.WriteLine($"Created reaction message {sentMessage.Id} in channel {channelId}"); Console.WriteLine($"Created reaction message {sentMessage.Id} in channel {channelId}");
} }