mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
hopefully this fixes that issue
This commit is contained in:
parent
7dc76fed9b
commit
e430254ffa
3 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ module.exports = {
|
|||
inline: false
|
||||
}]
|
||||
})
|
||||
if(u.banner) userCard.image = { url: u.bannerUrl + `?size=4096`}
|
||||
if (u.banner && u.bannerUrl) userCard.image = { url: u.bannerUrl + `?size=4096` }
|
||||
|
||||
// Guild Container
|
||||
if(m){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue