diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-16 23:57:23 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-16 23:57:23 -0600 |
commit | b4f1a117741206b6971d78d534ae7de51f800161 (patch) | |
tree | a9dc0705d1da432f2dc97c978ed98f5251e1c10d /app.js | |
parent | 0e8086b612e979f9aaa23bb83cb6ef6cf43958cc (diff) |
fix typo
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}`); |