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:
parent
48a13e1fe8
commit
6ee5a1b26d
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue