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
1 changed files with 1 additions and 1 deletions

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"
}