mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
fix
This commit is contained in:
parent
9ed3d15a44
commit
0c54e15dfa
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = {
|
||||||
})
|
})
|
||||||
|
|
||||||
if(context.guild.premiumSubscriptionCount >= 1) {
|
if(context.guild.premiumSubscriptionCount >= 1) {
|
||||||
description += `\n${icon("boost")} **Server Boosts: **${context.guild.premiumSubscriptionCount} (Level ${context.message.guild.premiumTier})`
|
guildCard.description += `\n${icon("boost")} **Server Boosts: **${context.guild.premiumSubscriptionCount} (Level ${context.message.guild.premiumTier})`
|
||||||
}
|
}
|
||||||
|
|
||||||
if(g.iconUrl){
|
if(g.iconUrl){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue