Daniel
Daniel
Thank you for the reply, it made me realize that I didn't fully think this through, originally. Since I have WorldEditCUI installed on my setup, I already have a selection...
I put more info and recreation steps in #755
@overcast07 thank you so much for this. I used this to write [a custom script](https://gist.github.com/DaniDipp/744b52adb341e41fdf871346a59e442c) to download every file in a folder, and it seems to work beautifully! Maybe something...
@hxhcreate not at the moment, but that should be relatively easy to implement. But this discussion isn't related to this ticket. The Gist has it's own comment section
Yeah, I agree that "just fine" is not the correct phrasing here. The error message on the 400 response says "Webhooks posted to forum channels must have a thread_name or...
I ran into the same issue trying to reload for debugging. My minimum reproduction as a single html file: ```html const { DiscordSDK } = await import("https://unpkg.com/@discord/[email protected]/output/index.mjs"); const discordSdk =...
> I listen to `onbeforeunload` to run `discordSdk.close()`. That closes the activity for me. You got it to work with a `location.reload()`?