Make the solve command work
This commit is contained in:
parent
c6bd62504c
commit
627a0754fc
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ const subcommands: {[index: string]: subcommand} = {
|
||||||
url: `/${meta.channel}/guess`,
|
url: `/${meta.channel}/guess`,
|
||||||
payload: {
|
payload: {
|
||||||
type: `solve`,
|
type: `solve`,
|
||||||
guess: meta.args[1]
|
guess: meta.args.slice(1).join(` `),
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue