codestyle fix

This commit is contained in:
Mestima 2023-03-28 23:58:00 +03:00
parent 9f65304389
commit 702aacdfa6

View File

@ -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}`); console.log(`${chalk.green('Done:')} PresenceHandler initialized successfully | status: ${res.status} | type: ${res.type} | content: ${res.content}`);
}) })
.catch((err) => { .catch((err) => {
console.log(`${chalk.red('Error:')} can not initialize PresenceHandler`) console.log(`${chalk.red('Error:')} can not initialize PresenceHandler`);
throw err; throw err;
}); });
await LunaInteractionHandler.registerCommandsDev(CLIENT_ID, DEV_GUILD_ID); await LunaInteractionHandler.registerCommandsDev(CLIENT_ID, DEV_GUILD_ID);