fix typo
This commit is contained in:
parent
0e8086b612
commit
b4f1a11774
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -54,7 +54,7 @@ function handle_application_command(state, data, channel_id) {
|
|||
case "factcheck":
|
||||
if (options && options.length >= 1)
|
||||
return factcheck(state, options[0].value);
|
||||
else return factcheck(state, True);
|
||||
else return factcheck(state, true);
|
||||
|
||||
default:
|
||||
console.error(`unknown command: ${name}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue