Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed May 2, 2024
1 parent bcda9c8 commit fa38ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (u User) ClanBadgeURL(opts ...CDNOpt) *string {
if u.Clan == nil {
return nil
}
url := formatAssetURL(ClanBadge, opts, u.Clan.Badge)
url := formatAssetURL(ClanBadge, opts, u.Clan.IdentityGuildID, u.Clan.Badge)
return &url
}

Expand Down

0 comments on commit fa38ebf

Please sign in to comment.