Add database

This commit is contained in:
Myx
2024-05-12 19:44:36 +02:00
parent 99b1ee39df
commit 1d6f9c3fb2
23 changed files with 112 additions and 67 deletions

View File

@@ -14,5 +14,5 @@ export function generateFileName(name: string): string {
.replace(/\s+/g, ' ')
.replace('.mp3', '');
return `${formattedName}-${randomHex}.mp3`;
return `${formattedName}-${randomHex}.mp3`
}

View File

@@ -1,5 +1,5 @@
import { dateToString } from "./converters";
import { LoggerColors } from "./logger-colors";
import { LoggerColors } from "./loggerColors";
/**
* Logs the wait time, current time, next join time, and cron schedule in the console.