Discord.Net
Discord.Net copied to clipboard
There is no API to get user's banner
There is one CDN method GetUserBannerUrl()
, but it requires bannerId to get banner URL.
SocketUser
doesn't have GetBannerUrl()
or BannerId
.
I checked it on version 3.15.2.
By the way Discord.Net-Labs had these methods. Added in https://github.com/Discord-Net-Labs/Discord.Net-Labs/pull/81.