mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-05 18:27:18 +00:00
rendered username
Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
parent
2414d01b17
commit
8b5e13eb25
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ export function userToTemplateSafeUser(user: User | UnknownUser | PartialUser):
|
|||
discriminator: user.discriminator || "0000",
|
||||
mention: `<@${user.id}>`,
|
||||
tag: user.tag || "Unknown#0000",
|
||||
renderedUsername: "Unknown",
|
||||
renderedUsername: user.tag || "Unknown",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue