utility.lookupinvite: wrong sign

This commit is contained in:
Cynthia Foxwell 2023-05-29 20:34:46 -06:00
parent 7a89753875
commit 4765381255
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ lookupinvite.callback = async function (msg, line) {
value: `${STATUS_ICONS.offline}${invite.approximate_member_count} members`,
inline: true,
},
invite.channel.name == null && {
invite.channel.name != null && {
name: "Recipients",
value: invite.channel.recipients
.map((member) => member.username)