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