From 46000e92ee3d2059a234d5f87be60221ae06f0a7 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 18 Jun 2024 20:26:45 -0600 Subject: [PATCH] Add ability to install app to user. Will add more commands as needed --- data/commands.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/commands.json b/data/commands.json index 74dec6b..5f358f9 100644 --- a/data/commands.json +++ b/data/commands.json @@ -106,6 +106,8 @@ "name": "outlook", "description": "Get day 1-8 storm or fire outlook from the SPC", "type": 1, + "integration_types": [0,1], + "contexts": [0, 1, 2], "options": [ { "name": "day", @@ -222,6 +224,8 @@ { "name": "alertmap", "description": "Get a map of active alerts", - "type": 1 + "type": 1, + "integration_types": [0,1], + "contexts": [0, 1, 2] } ] \ No newline at end of file