mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
fix the fix from earlier today
This commit is contained in:
parent
db0f6d6841
commit
74b52ad5e9
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ module.exports = {
|
|||
inline: false
|
||||
})
|
||||
|
||||
if((g.banner || g.splash || g.discoverySplash) !== null){
|
||||
if((g.banner || g.splash || g.discoverySplash)){
|
||||
guildCard.image = {
|
||||
url: (g.bannerUrl || g.splashUrl || g.discoverySplashUrl) + "?size=4096"
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@ module.exports = {
|
|||
fields: [],
|
||||
})
|
||||
|
||||
if((g.banner || g.splash || g.discoverySplash) !== null){
|
||||
if((g.banner || g.splash || g.discoverySplash)){
|
||||
inviteCard.image = {
|
||||
url: (g.bannerUrl || g.splashUrl || g.discoverySplashUrl) + "?size=4096"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue