utility.lookupinvite: rearrange

This commit is contained in:
Cynthia Foxwell 2023-05-29 20:35:40 -06:00
parent 4765381255
commit d697268746
1 changed files with 1 additions and 1 deletions

View File

@ -581,6 +581,7 @@ lookupinvite.callback = async function (msg, line) {
value: `${STATUS_ICONS.offline}${invite.approximate_member_count} members`,
inline: true,
},
expires,
invite.channel.name != null && {
name: "Recipients",
value: invite.channel.recipients
@ -588,7 +589,6 @@ lookupinvite.callback = async function (msg, line) {
.join(", "),
inline: false,
},
expires,
inviter,
].filter((x) => !!x)
);