mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-07-09 06:25:08 +00:00
Add database
This commit is contained in:
@@ -14,5 +14,5 @@ export function generateFileName(name: string): string {
|
||||
.replace(/\s+/g, ' ')
|
||||
.replace('.mp3', '');
|
||||
|
||||
return `${formattedName}-${randomHex}.mp3`;
|
||||
return `${formattedName}-${randomHex}.mp3`
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user