TrumpMcDonaldz
TrumpMcDonaldz
Please make this happen. As of today, there isn't a way for long-running cmds to get updated info unless wrapped with Task.Run()
Facing a **similar** issue! By that, I mean D.NET not receiving certain events ( Notably role and guilduser updates ) after being up for an extended period of time. Might...
Any news? Seems to be affecting bot's ability to receive interaction events as well
> a long running command and you're watching the users nickname and waiting for it to change it will get updated by the gateway. I assume such is only possible...
Yeah since they're task.run under the hood 👀
Wouldn't the lazy struct have a larger initialization overhead? Seeing that if we avoid the lazy route, we're just assigning a reference ( I'm assuming you can't really have a...
Could also use web service to fetch initially, then cache fetched results locally for subsequent uses...thoughts?
This seems to be the cause: