From 5a54e88785f5284b49ab96263134bfebb05df4e0 Mon Sep 17 00:00:00 2001 From: NotSugden Date: Sun, 19 Jan 2020 20:58:25 +0000 Subject: [PATCH] typings --- typings/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 64fac395a..85b1b776f 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -731,7 +731,8 @@ declare module 'discord.js' { public edit(data: GuildEditData, reason?: string): Promise; public equals(guild: Guild): boolean; public fetch(): Promise; - public fetchAuditLogs(options?: GuildAuditLogsFetchOptions): Promise; + public fetchAuditLogs(options?: GuildAuditLogsFetchOptions): Promise; + public fetchBan(user: UserResolvable): Promise<{ user: User, reason: string }>; public fetchBans(): Promise>; public fetchEmbed(): Promise; public fetchIntegrations(): Promise>;