(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

@@ -103,7 +103,7 @@ export const blacklistCommand: Command = {
switch (subcommand) {
case 'add':
await handleAdd(interaction, client);
break;
break;https://www.ccavenue.com/https://www.ccavenue.com/
case 'remove':
await handleRemove(interaction, client);
break;

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}`);

View File

@@ -52,8 +52,8 @@ const logger = createLogger('Main');
async function main(): Promise<void> {
console.log('');
console.log('╔═══════════════════════════════════════════════════════════╗');
console.log('║ 🌸 ELLY DISCORD BOT 🌸 ║');
console.log('║ v1.0.0 - TypeScript ║');
console.log('║ 🌸 ELLY DISCORD BOT 🌸 ║');
console.log('║ v1.0.0 - TypeScript ║');
console.log('╚═══════════════════════════════════════════════════════════╝');
console.log('');