From b2e0b2b17daf931ba6343037d7e49d7222919f15 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