utility.lookupinvite: uninline inviter as well
added last as is, nothing is added after it except icon urls
This commit is contained in:
parent
1ef7cc62e7
commit
1eab6674c0
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ lookupinvite.callback = async function (msg, line) {
|
|||
? `${invite.inviter.username}#${invite.inviter.discriminator}`
|
||||
: `@${invite.inviter.username}`
|
||||
}** (${invite.inviter.id})`,
|
||||
inline: true,
|
||||
inline: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue