We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d4c85 commit 04bc4e2Copy full SHA for 04bc4e2
src/discord.ts
@@ -31,7 +31,6 @@ export const refreshApplicationCommands = async (
31
harmonix: Harmonix,
32
commands: (HarmonixCommand<true, CommandArg[]> | HarmonixContextMenu)[]
33
) => {
34
- if (commands.length === 0) return
35
const rest = new REST().setToken(process.env.HARMONIX_CLIENT_TOKEN!)
36
37
try {
0 commit comments