mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
typings: Add User#fetchFlags (#4138)
This commit is contained in:
parent
d3c9384c9c
commit
6367f603f6
1 changed files with 1 additions and 0 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -1489,6 +1489,7 @@ declare module 'discord.js' {
|
|||
public displayAvatarURL(options?: ImageURLOptions & { dynamic?: boolean }): string;
|
||||
public equals(user: User): boolean;
|
||||
public fetch(): Promise<User>;
|
||||
public fetchFlags(): Promise<UserFlags>;
|
||||
public toString(): string;
|
||||
public typingDurationIn(channel: ChannelResolvable): number;
|
||||
public typingIn(channel: ChannelResolvable): boolean;
|
||||
|
|
|
|||
Loading…
Reference in a new issue