diff --git a/packages/core/src/structures/user.ts b/packages/core/src/structures/user.ts index 3921bda..84b4c69 100644 --- a/packages/core/src/structures/user.ts +++ b/packages/core/src/structures/user.ts @@ -90,7 +90,7 @@ export class User implements Model { /** gets the user's username#discriminator */ get tag(): string { - return `${this.username}#${this.discriminator}}`; + return `${this.username}#${this.discriminator}`; } /** fetches this user */