Forgot to update the guess type, whoops
This commit is contained in:
parent
d4519ba9b6
commit
89d182ec9b
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ const subcommands: {[index: string]: subcommand} = {
|
|||
method: `POST`,
|
||||
url: `/${meta.channel}/guess`,
|
||||
payload: {
|
||||
type: `letter`,
|
||||
type: `solve`,
|
||||
guess: meta.args[1]
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue