Updated events

This commit is contained in:
2025-03-13 23:08:11 +01:00
parent 1ca511febf
commit e555417e13
8 changed files with 24 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ type CustomColorProps = {
color: string
}
export function log(m: string, t: LogType, c?: CustomColorProps): void {
export function log(m: any, t: LogType, c?: CustomColorProps): void {
const date = new Date()
const time = logTimeFormatter(date)
const logType = AllLogs[t].m