1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-23 04:57:16 +00:00

Discord: fix #70

This commit is contained in:
mavolin 2020-05-15 20:39:08 +02:00
parent 48a13e1fe8
commit 6ee5a1b26d
No known key found for this signature in database
GPG key ID: D8681218EDF216DF

View file

@ -92,7 +92,7 @@ func (g Guild) SplashURL() string {
return ""
}
return "https://cdn.discordapp.com/banners/" +
return "https://cdn.discordapp.com/splashes/" +
g.ID.String() + "/" + g.Splash + ".png"
}