Closed sersorrel closed 1 year ago
we can crash when calling JsonDocument.Parse in Authorize2 if Discord sends back invalid json, oops
JsonDocument.Parse
Authorize2
probably it's a good idea to catch exceptions from all uses of that method...
this'll be fixed (at least mostly, hopefully) in 0.6.4.0
we can crash when calling
JsonDocument.Parse
inAuthorize2
if Discord sends back invalid json, oopsprobably it's a good idea to catch exceptions from all uses of that method...