mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-26 14:16:43 +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 ""
|
||||||
}
|
}
|
||||||
|
|
||||||
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