From b2ff3030f9b627d4a29ba4a41a470df828c0da4c Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 20 Feb 2023 15:15:08 -0500 Subject: [PATCH] Stop deleting commands --- modules/_deploy-global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/_deploy-global.js b/modules/_deploy-global.js index 3d90514..6d8f23b 100755 --- a/modules/_deploy-global.js +++ b/modules/_deploy-global.js @@ -54,6 +54,6 @@ async function uploadCommands() { } (async () => { - await deleteCommands(); + // await deleteCommands(); await uploadCommands(); })(); \ No newline at end of file