mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-10 04:27:20 +00:00
formatting
This commit is contained in:
parent
0b9cc09beb
commit
a14056ff73
1 changed files with 1 additions and 1 deletions
|
@ -1611,7 +1611,7 @@ export function renderUsername(username: string, discriminator: string): string
|
|||
}
|
||||
|
||||
export function renderUserUsername(user: GuildMember | User | UnknownUser): string {
|
||||
if(user instanceof GuildMember) {
|
||||
if (user instanceof GuildMember) {
|
||||
return renderUsername(user.user.username, user.user.discriminator);
|
||||
}
|
||||
return renderUsername(user.username, user.discriminator);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue