add factcheck command
This commit is contained in:
parent
7af0c460fc
commit
0046702a0b
1 changed files with 15 additions and 0 deletions
15
commands.js
15
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue