openai-bot/commands.json

29 lines
463 B
JSON
Executable file

[
{
"name": "reset",
"description": "Reset the GPT-3 chat",
"type": 1
},
{
"name": "info",
"description": "Info about the current session",
"type": 1
},
{
"name": "debug",
"description": "Uploads some debug information",
"type": 1,
"options": [
{
"name": "config",
"description": "Upload the config file",
"type": 5
},
{
"name": "client",
"description": "Upload the client object",
"type": 5
}
]
}
]