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 bef86c0 commit 081cdd6Copy full SHA for 081cdd6
src/discord.ts
@@ -44,7 +44,7 @@ export const refreshApplicationCommands = async (harmonix: Harmonix) => {
44
}
45
cmd.config.id = command.id
46
47
- consola.success('Successfully reloaded application commands.\n')
+ consola.success('Successfully loaded application commands.\n')
48
const readyEvents = harmonix.events.filter(
49
(event) => event.config.name === 'ready'
50
)
0 commit comments