0
0
Fork 0

Forgot to update the guess type, whoops

This commit is contained in:
Oliver-Akins 2023-02-24 09:16:51 -07:00
parent d4519ba9b6
commit 89d182ec9b

View file

@ -98,7 +98,7 @@ const subcommands: {[index: string]: subcommand} = {
method: `POST`,
url: `/${meta.channel}/guess`,
payload: {
type: `letter`,
type: `solve`,
guess: meta.args[1]
}
});