mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
refactor(User): remove deprecation warning from tag (#9660)
* refactor(User): remove deprecation warning from tag * fix: remove unnecessary declarations * style: fix formatting issue --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -3067,7 +3067,6 @@ export class User extends PartialTextBasedChannel(Base) {
|
||||
public id: Snowflake;
|
||||
public get partial(): false;
|
||||
public system: boolean;
|
||||
/** @deprecated Use {@link User#username} instead. */
|
||||
public get tag(): string;
|
||||
public username: string;
|
||||
public avatarURL(options?: ImageURLOptions): string | null;
|
||||
|
||||
Reference in New Issue
Block a user