From 0046702a0bd54de2bdbc489b1d5c83d709ad078b Mon Sep 17 00:00:00 2001 From: jjanzen Date: Thu, 16 Jan 2025 23:40:07 -0600 Subject: add factcheck command --- commands.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'commands.js') diff --git a/commands.js b/commands.js index 0fad456..ef7291a 100644 --- a/commands.js +++ b/commands.js @@ -38,6 +38,21 @@ const commands = [ integration_types: [0], contexts: [0], }, + { + 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], + }, { name: "schedule_message", description: "Register a message to run as a cron job", -- cgit v1.2.3