(Feat): New Features

This commit is contained in:
2025-12-17 14:45:57 +00:00
parent 470e5a13aa
commit 75aa141e07
8 changed files with 169 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ export const readyEvent: BotEvent = {
async execute(client: EllyClient): Promise<void> {
console.log('');
client.logger.info('═══════════════════════════════════════════════════════');
client.logger.info(' BOT CONNECTED ');
client.logger.info(' BOT CONNECTED ');
client.logger.info('═══════════════════════════════════════════════════════');
client.logger.info(`✓ Logged in as: ${client.user?.tag}`);
client.logger.info(` ├─ User ID: ${client.user?.id}`);