utility.linvite: add spacer field to have boosts and expiry on same row

This commit is contained in:
Cynthia Foxwell 2023-04-09 11:30:12 -06:00
parent 7a8c887289
commit 3442ace558
1 changed files with 5 additions and 0 deletions

View File

@ -328,6 +328,11 @@ lookupinvite.callback = async function (msg, line) {
value: `**${invite.channel.name}** (${invite.channel.id})`,
inline: true,
},
{
name: "\u200b",
value: "\u200b",
inline: true,
},
{
name: "Boosts",
value: invite.guild.premium_subscription_count ?? 0,