From 3442ace558d84c9e60ee874253546bbd98fe12c4 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sun, 9 Apr 2023 11:30:12 -0600 Subject: [PATCH] utility.linvite: add spacer field to have boosts and expiry on same row --- src/modules/utility.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/utility.js b/src/modules/utility.js index a9a2a69..7eba5ae 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -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,