IsBot property fails. Always returns false.
Created by: kef95
I believe this is because of this line:
[JsonProperty("is_bot", NullValueHandling = NullValueHandling.Ignore)]
I think it's supposed to be "bot" only according to Discord's documentation.