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 824afca commit 29e8979Copy full SHA for 29e8979
src/discord.ts
@@ -59,7 +59,6 @@ export const refreshApplicationCommands = async (harmonix: Harmonix) => {
59
ctx.call(harmonix, () => readyEvent.callback(client))
60
}
61
} catch (error: any) {
62
- console.log(error)
63
createError(error.message)
64
65
})
0 commit comments