Update user.ts (#82)

}
This commit is contained in:
FabrizioCoder 2022-07-30 01:08:11 -05:00 committed by GitHub
parent 025d4176c2
commit 72cbba0f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ export class User implements Model {
/** gets the user's username#discriminator */ /** gets the user's username#discriminator */
get tag(): string { get tag(): string {
return `${this.username}#${this.discriminator}}`; return `${this.username}#${this.discriminator}`;
} }
/** fetches this user */ /** fetches this user */