Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Add comment to clarify command deployment necessity
Browse files Browse the repository at this point in the history
  • Loading branch information
The-LukeZ committed Nov 5, 2024
1 parent 65583b5 commit b148e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ client.on("ready", async (client) => {
}`
);

// ! Note: You only need to deploy commands when you've made changes to them. So comment this out when you are not working on commands.
await deployCommands(commandsPath, {
appId: client.application.id,
appToken: client.token,
Expand Down

0 comments on commit b148e03

Please sign in to comment.