Added comment

This commit is contained in:
Ninjdai 2023-04-24 20:45:36 +02:00 committed by GitHub
parent ad698b9653
commit eb4ad89dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*/