Added new logger
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { IEvent } from "~/interfaces"
|
||||
import { color } from "~/utils/Functions/colors.js"
|
||||
import { log } from "~/utils/Logger.js"
|
||||
|
||||
export default {
|
||||
event: "ready",
|
||||
execute(client) {
|
||||
console.log(color("Logged in as " + client.user!.tag + "!", "green"))
|
||||
log("Logged in as " + client.user!.tag + "!", "info", { type: "preset", color: "green" })
|
||||
}
|
||||
} as IEvent<"ready">
|
||||
|
||||
Reference in New Issue
Block a user