mirror of
https://github.com/Mestima/luna.git
synced 2025-06-27 20:59:32 +00:00
codestyle fix
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user