mirror of
https://github.com/Mestima/luna.git
synced 2025-05-05 21:50:15 +00:00
codestyle fix
This commit is contained in:
parent
9f65304389
commit
702aacdfa6
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user