This commit is contained in:
jjanzen 2025-01-16 23:57:23 -06:00
parent 0e8086b612
commit b4f1a11774

2
app.js
View file

@ -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}`);