diff --git a/src/~Luna.js b/src/~Luna.js index b8eb508..f268ec0 100644 --- a/src/~Luna.js +++ b/src/~Luna.js @@ -100,7 +100,7 @@ Luna.on(Discord.Events.ClientReady, async () => { console.log(`${chalk.green('Done:')} PresenceHandler initialized successfully | status: ${res.status} | type: ${res.type} | content: ${res.content}`); }) .catch((err) => { - console.log(`${chalk.red('Error:')} can not initialize PresenceHandler`) + console.log(`${chalk.red('Error:')} can not initialize PresenceHandler`); throw err; }); await LunaInteractionHandler.registerCommandsDev(CLIENT_ID, DEV_GUILD_ID);