diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-17 12:18:41 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-17 12:18:41 -0600 |
commit | f0eb74dcfa687c6816dfb0a95f7cc38cfdad6cf1 (patch) | |
tree | 7178a58ab58b5ab250671d23de4ad92a902e461c /commands.js | |
parent | 4035f68fb6bed64b89005b42f4ee527d9df1911a (diff) |
fact checking boar now uses advanced ai algorithms
Diffstat (limited to 'commands.js')
-rw-r--r-- | commands.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/commands.js b/commands.js index ef7291a..a261d7b 100644 --- a/commands.js +++ b/commands.js @@ -42,14 +42,6 @@ const commands = [ name: "factcheck", description: "check a fact", type: 1, - options: [ - { - type: 5, - name: "true", - description: "truth value of fact check", - required: false, - }, - ], integration_types: [0], contexts: [0], }, |