From 89d182ec9bef6409af8d0376b85fb4f69dc5c8b3 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 24 Feb 2023 09:16:51 -0700 Subject: [PATCH] Forgot to update the guess type, whoops --- src/endpoints/nightbot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/nightbot.ts b/src/endpoints/nightbot.ts index 757e96e..6404527 100644 --- a/src/endpoints/nightbot.ts +++ b/src/endpoints/nightbot.ts @@ -98,7 +98,7 @@ const subcommands: {[index: string]: subcommand} = { method: `POST`, url: `/${meta.channel}/guess`, payload: { - type: `letter`, + type: `solve`, guess: meta.args[1] } });