Skip to content

Commit 081cdd6

Browse files
committed
style: change success message on command loaded
1 parent bef86c0 commit 081cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discord.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const refreshApplicationCommands = async (harmonix: Harmonix) => {
4444
}
4545
cmd.config.id = command.id
4646
}
47-
consola.success('Successfully reloaded application commands.\n')
47+
consola.success('Successfully loaded application commands.\n')
4848
const readyEvents = harmonix.events.filter(
4949
(event) => event.config.name === 'ready'
5050
)

0 commit comments

Comments
 (0)