Lilly Rose Berner
Lilly Rose Berner
This already exists as an option for the `loglink` command: https://github.com/Dragory/modmailbot/blob/master/docs/commands.md#loglink--s For other log links you'd have to manually add the `simple=1` query, I believe.
> it could refresh the selected account when launching an instance This is what I'm looking for, as I close the game instance I use with my main account and...
I would like to reimplement this feature, however I have a question due to the ideal solution you've outlined. The `StreamReader` provided by aiohttp is single-use, as it just passes...
Sounds like an interesting idea in general, but I have some questions right away: Since you say the battery status info mod is "totally unsuccessful": did it not manage to...
Thanks for the info, I think your feature request(s!) are clear to me now. I'd be curious whether we could make a working battery detection system (and then have a...
I don't think we have a Discord, but I can contact you on there if you'd like once I'm working on this (tag is `@lostluma`).
You can replace a dependency on a version w/o anything else by using an equals sign in your override.
Using this works for me (I'm on 0.19.0 if that matters): ```json { "schema_version": 1, "overrides": [ { "path": "/ForgeConfigAPIPort-v7.0.0-1.20-Fabric.jar", "depends": { "replace": { "id": "minecraft", "versions": "=1.20" }, "with":...
Hello, this issue was unfortunately not fixed with the PR it was closed from.
I also ran into this issue, in my case it's because I had a config file open in another program still so deleting it was not allowed by Windows. Would...