Skip to content

Fix NRE when deserializing premium_subscription_count for guilds without that property

Mateusz Brawański requested to merge github/fork/uwx/patch-118 into master

Created by: uwx

Summary

Fixes the following exception:

image

Details

premium_subscription_count should be nullable as per API docs.

Changes proposed

  • Make PremiumSubscriptionCount an int?

Merge request reports

Loading