Jake Meiergerd
Jake Meiergerd
To me, the concept of "unsafe" in this context means having to build the struct tree that the native APIs call for, because it has to be done via pointers....
For something like that, I don't see that needing to be disposable. Lemme see if I can re-create a concrete example... Right now Silk.NET has... ```cs public struct InstanceCreateInfo {...
Kickass, thanks.
+1 I am experiencing this, despite having a fork setup. I have already tried signing out and clearing credentials, and in any case, I am still able to push to...
So, this is the basic outline of the structure of the `InfractionExpiration` system I've got in-progress. ```cs public class InfractionExpirationBehavior : INotificationHandler, INotificationHandler, INotificationHandler { // On InfractionCreatedNotification, invokes IInfractionExpirationTimer.TryScheduleTrigger()...
Discord doesn't like deleting old messages? I'm guessing this is in reference to deleting an archive channel?
Doesn't look like it, no.
Another question: how much of that could be retrieved from the audit logs?
So, in the interest of having Discord be the source of truth, I think we need to pull info from there, primarily. We can dupe/denormalize it locally for the sake...
No, Discord.NET events all come through the socket/gateway connection. I don't think they have anything that supplements from the audit logs, especially considering they were only recently added.