aboutsummaryrefslogtreecommitdiff
path: root/commands.js
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-16 23:40:07 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-16 23:40:07 -0600
commit0046702a0bd54de2bdbc489b1d5c83d709ad078b (patch)
treec558566e411114db4a4de4fbe3badc126aee4ab5 /commands.js
parent7af0c460fce1d54a31e004ed797462d647ee6346 (diff)
add factcheck command
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/commands.js b/commands.js
index 0fad456..ef7291a 100644
--- a/commands.js
+++ b/commands.js
@@ -39,6 +39,21 @@ const commands = [
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",
type: 1,