Skip to content

Commit

Permalink
Update src/lib/discord/scripts/registerCommands.ts
Browse files Browse the repository at this point in the history
Co-authored-by: mat <[email protected]>
  • Loading branch information
selectdev and mat-1 authored Jul 7, 2022
1 parent dcd088f commit d3c90e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/discord/scripts/registerCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function registerCommands() {
'Authorization': `Bot ${process.env.DISCORD_TOKEN}`,
},
body: JSON.stringify(bulkUpdate),
}).then(res => res.json())
})

console.log(
'Registered commands, Please note that you only have to run this whenever the syntax of a command is changed, i.e. not on every code change. :)'
Expand Down

0 comments on commit d3c90e2

Please sign in to comment.