diff options
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -52,9 +52,7 @@ function handle_application_command(state, data, channel_id) { return fomx(state); case "factcheck": - if (options && options.length >= 1) - return factcheck(state, options[0].value); - else return factcheck(state, true); + return factcheck(state); default: console.error(`unknown command: ${name}`); |