Katrix / AckCord

A Discord library for Scala using Akka
https://ackcord.katsstuff.net/
MIT License
113 stars 15 forks source link

Avatar is incorrectly marked as not nullable for webhooks #31

Closed Yomanz closed 4 years ago

Yomanz commented 4 years ago

image https://discord.com/developers/docs/resources/user#user-object

avatar can be nulled, this isn't reflected in ackcord's types. image

It is reflected in User so it just needs altering in WebhookAuthor