Mason Sciotti

Results 30 comments of Mason Sciotti

Sure, we can do that. As long as it doesn't break other stuff. If you'd like to PR that, it'd be very helpful!

Hm, in the past failures/crashes on game close were due to some weirdness in our `Discord_Shutdown()` logic, but I thought we'd iron out all those kinks. Are you calling `Discord_Shutdown()`...

Does the error callback return anything? If you open up your Discord console—control shift i/cmd option i—do you see the connection being made?

Sorry—circling back to this now. What operating system are you using? Perhaps CLion is doing some sandboxing that prevents it from calling out to the local Discord client?

The log you posted isn't quite the full story—could you post a log from Discord that shows connection open -> close, and expand any errors in there? Snaps and local...

Let's address some comments here. Game developers can make money on Discord. That is your benefit; bot developers have no way to directly monetize on Discord. Buying a developer license...

Putting the raw wrappers up is probably not what we want to do because they are auto-generated behind the scenes. The autogeneration is really useful in both our CI and...

The update that occurred should have had no new interfaces or anything—it was a behind the scenes thing so there's no new functions or anything. Can you tell me what...

We have a fix for this in 3.1.0 but I have not yet pushed it to the latest branch. If you would like to test in the meantime, you can...

Definitely a known bug; thank you for reporting!