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