Skip to content

Commit 04bc4e2

Browse files
committed
fix: bug application commands not refreshing
1 parent 13d4c85 commit 04bc4e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/discord.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const refreshApplicationCommands = async (
3131
harmonix: Harmonix,
3232
commands: (HarmonixCommand<true, CommandArg[]> | HarmonixContextMenu)[]
3333
) => {
34-
if (commands.length === 0) return
3534
const rest = new REST().setToken(process.env.HARMONIX_CLIENT_TOKEN!)
3635

3736
try {

0 commit comments

Comments
 (0)