gateway-proxy
gateway-proxy copied to clipboard
GUILD_CREATE event seems not to include stickers property
I tried to use the proxy with the newest version of JDA (5.0.2). However, it seems that the GUILD_CREATE event sent by the proxy does not contain the stickers property. I tested it with servers that have stickers and servers that don't.
14:52:53.265 19979 [JDA [0 / 1] MainWS-ReadThread] WARN n.d.j.i.requests.WebSocketClient - Got an unexpected Json-parse error. Please redirect the following message to the devs: JDA 5.0.2_a8bf714 Unable to resolve value with key stickers to type DataArray: null GUILD_CREATE -> {....} net.dv8tion.jda.api.exceptions.ParsingException: Unable to resolve value with key stickers to type DataArray: null
Properties received by JDA from the proxy:
Can this field be added to the event payload?