mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
parent
025d4176c2
commit
72cbba0f3d
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user