JulianusIV
JulianusIV
Explore posts from servers
LSLurkr Support
Created by JulianusIV on 6/6/2024 in #support
Levels importing from unsupported bot
Hi I am trying to migrate from a bot with a similar leveling system as mee6 to lurkr, but the bot i am using (xelA) is not supported Now i can get the data as a json string via an api, so i was wondering if i could get someone here to manually migrate that, or get a pointer how i can do it myself
52 replies
LSLurkr Support
Created by JulianusIV on 2/12/2024 in #support
Keeping the bot from removing level reward roles
Is there a way to prevent the bot from removing level reward roles from people that already have the role prior to reaching the level?
5 replies
CC#
Created by JulianusIV on 2/7/2023 in #help
✅ Blocking ASP.NET Core Shutdown fully
When i shut down my ASP.NET Core API i have to make 0-n API requests and receive (and answer) that many api requests myself, so i have to block the host shutdown until that is completed. I have tried to use the WebApplication.Lifetime.ApplicationStopped CancellationToken, and subscribed the Register event to block the thread until i got all requests or until a timeout, but the requests end up with a 502, which usually happens when the API is down, so id guess the shutdown of the whole app is blocked, but the controllers still dont get routed to anymore. Does someone know how i can achieve something like this?
17 replies