From 921b8c96c5790d8d87caca885b03c7c2efea6943 Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Fri, 14 Feb 2025 22:51:26 +0700 Subject: [PATCH] Update index.d.ts --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index e381229..319fc3f 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -6577,7 +6577,7 @@ export type GuildAuditLogsResolvable = keyof GuildAuditLogsIds | GuildAuditLogsA export type GuildAuditLogsTarget = GuildAuditLogsTypes[keyof GuildAuditLogsTypes][0] | 'ALL' | 'UNKNOWN'; export type GuildAuditLogsTargets = { - [key in GuildAuditLogsTarget]?: string; + [Key in GuildAuditLogsTarget]?: string; }; export type GuildBanResolvable = GuildBan | UserResolvable;