refactor(User): remove deprecation warning from tag

#9660 djs
This commit is contained in:
Elysia
2023-07-11 11:56:20 +07:00
parent 9e7be09c6f
commit 6dea9bb096
2 changed files with 0 additions and 9 deletions

1
typings/index.d.ts vendored
View File

@@ -3273,7 +3273,6 @@ export class User extends PartialTextBasedChannel(Base) {
public id: Snowflake;
public readonly partial: false;
public system: boolean;
/** @deprecated Use {@link User#username} instead. */
public readonly tag: string;
public username: string;
public readonly note: string | null;