mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
- fix guild splash on invite
- add banner/splash support for guild
This commit is contained in:
parent
d558a00088
commit
69e42d14b1
2 changed files with 11 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = {
|
|||
|
||||
if(g.splash){
|
||||
inviteCard.image = {
|
||||
url: `https://cdn.discordapp.com/splashes/519734247519420438/${g.splash}.png?size=4096`
|
||||
url: `https://cdn.discordapp.com/splashes/${g.id}/${g.splash}.png?size=4096`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue