From eb4ad89dee251e8f88ad41613989c52bbec0de47 Mon Sep 17 00:00:00 2001 From: Ninjdai <65647523+Ninjdai1@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:45:36 +0200 Subject: [PATCH] Added comment --- index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 87b09ad..3c471cb 100644 --- a/index.js +++ b/index.js @@ -66,8 +66,9 @@ for (const file of eventFiles) { deploy_commands(client, true); /* -true will refresh slash commands (SET endpoint) -false will delete them (SET endpoint with an empty array) + true will refresh slash commands (SET endpoint) + false will delete them (SET endpoint with an empty array) + null will not change slash commands */