From 2d29f011ab9ff6135825176b8ca653555f2bb5eb Mon Sep 17 00:00:00 2001 From: MARCROCK22 Date: Sun, 24 Nov 2024 00:03:35 -0400 Subject: [PATCH] fix: number options --- src/commands/applications/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/applications/chat.ts b/src/commands/applications/chat.ts index b042f10..b260a14 100644 --- a/src/commands/applications/chat.ts +++ b/src/commands/applications/chat.ts @@ -90,7 +90,7 @@ type ContextOptionsAuxInternal< : never : never : T extends { choices?: infer C } - ? C extends SeyfertChoice[] + ? C extends SeyfertChoice[] ? C[number]['value'] : never : never