From 539eccf7e2b57d634bae681fd1c5dadf200a2b40 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 18 Jun 2024 21:03:29 -0600 Subject: [PATCH] Add about and support to self-added commands --- data/commands.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/commands.json b/data/commands.json index 5f358f9..1276360 100644 --- a/data/commands.json +++ b/data/commands.json @@ -85,7 +85,9 @@ }, { "name": "about", - "description": "About this bot" + "description": "About this bot", + "integration_types": [0,1], + "contexts": [0, 1, 2] }, { "name": "rooms", @@ -100,7 +102,9 @@ { "name": "support", "description": "Get support for the bot", - "type": 1 + "type": 1, + "integration_types": [0,1], + "contexts": [0, 1, 2] }, { "name": "outlook",