utility.lookupinvite: rearrange
This commit is contained in:
parent
4765381255
commit
d697268746
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue