diff --git a/typings/index.d.ts b/typings/index.d.ts index 2dc5a7caf..fffff77d8 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1489,6 +1489,7 @@ declare module 'discord.js' { public displayAvatarURL(options?: ImageURLOptions & { dynamic?: boolean }): string; public equals(user: User): boolean; public fetch(): Promise; + public fetchFlags(): Promise; public toString(): string; public typingDurationIn(channel: ChannelResolvable): number; public typingIn(channel: ChannelResolvable): boolean;