userinfo: forgot the display name
This commit is contained in:
parent
43133afb20
commit
998d1fe6fb
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ userinfo.callback = async function (msg, line) {
|
|||
image: {
|
||||
url: banner,
|
||||
},
|
||||
title: `${formatUsername(user)} ${user.bot ? Icons.boat : ""}`,
|
||||
title: `${user.global_name ?? user.username} (${formatUsername(user)}) ${user.bot ? Icons.boat : ""}`,
|
||||
description: descLines.join("\n"),
|
||||
fields: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue