Skip to content

Commit

Permalink
Fix start message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Aug 12, 2023
1 parent 8368ba4 commit d2f9194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for (const command of commands) {
export default async (client: Client): Promise<void> => {
const rest = new REST().setToken(config.token)

console.log(`Started refreshing ${commands.length} application (/) commands.`)
console.log(`Started refreshing ${slashApiCommands.length} application (/) commands.`)

// The put method is used to fully refresh all commands in the guild with the current set
const responseData = await rest.put(
Expand Down

0 comments on commit d2f9194

Please sign in to comment.