Calle
Calle
My guess is that d.NET already pulls that information from there into these events it provides.
> So, in the interest of having Discord be the source of truth, > No, Discord.NET events all come through the socket/gateway connection Wouldn't that make those events good enough?
> The gateway events don't contain information like who changed the nickname or who modified the roles, just that it happened. Ooh, I didn't know that that type of information...
I am currently facing this issue as well with transactions, using `ISession.BeginTransaction(IsolationLevel)` Trying to rollback yields an exception with a message looking something like `Not connected` Currently using NHibernate 5.2.3...
Can this be closed now? See: #984
Culprit: [TagService.cs](../blob/main/Modix.Services/Tags/TagService.cs#L146) This would have to be changed to fetch a list and loop over to send multiple messages ```cs var tags = await _modixContext .Set() .Where(x => x.GuildId ==...