mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-25 21:55:47 +00:00
Merge pull request #72 from mavolin/70-endpoint
Discord: fix wrong URL endpoint
This commit is contained in:
commit
aa99f50b9c
|
|
@ -92,7 +92,7 @@ func (g Guild) SplashURL() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
return "https://cdn.discordapp.com/banners/" +
|
return "https://cdn.discordapp.com/splashes/" +
|
||||||
g.ID.String() + "/" + g.Splash + ".png"
|
g.ID.String() + "/" + g.Splash + ".png"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue