From e69f51050fa463dbf8173094ddf979434c734816 Mon Sep 17 00:00:00 2001 From: Mark Bundschuh Date: Mon, 4 Dec 2023 19:08:44 -0500 Subject: [PATCH] fix bugs --- index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.ts b/index.ts index f17b235..0a96326 100644 --- a/index.ts +++ b/index.ts @@ -57,6 +57,7 @@ const timeouts = new Map< const createWorkspace: Command = { name: "workspace", description: "Linux workspace management", + dmPermission: false, options: [ { name: "create", @@ -269,7 +270,7 @@ cert: false type: ComponentType.Button, style: ButtonStyle.Primary, customId: "extend-session", - label: "Add another hour", + label: "Add another 24 hours", }, { type: ComponentType.Button, @@ -407,6 +408,7 @@ cert: false const listWorkspaces: Command = { name: "wadmin", description: "Linux workspace management", + dmPermission: false, options: [ { name: "list",