HOLY SHIT IT WORKS!

This commit is contained in:
2026-03-11 01:01:13 +00:00
parent 33311d63d7
commit 8fde4a49fe
9 changed files with 385 additions and 82 deletions

View File

@@ -61,12 +61,6 @@ namespace Reactor.Commands
Reactions = new Dictionary<string, long>()
};
//Subscribe events
// sentMessage.ReactionAdded += async () =>
// {
// await ReactionRoleService.HandleReactionAddedAsync(channelCache, sentMessage);
// };
Console.WriteLine($"Created reaction message {sentMessage.Id} in channel {channelId}");
}
}