Updated log function

This commit is contained in:
2025-06-01 20:30:58 +02:00
parent dd12b86092
commit d165ad15c2
19 changed files with 90 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ class Illegitimate {
private async databases() {
redis.on("ready", () => {
log("Connected to Redis", "info", { type: "preset", color: "green" })
log.custom("Connected to Redis", "info", { type: "preset", color: "green" })
})
}