Updated to new color script
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Event } from "../../../interfaces"
|
||||
import { ExtendedClient as Client } from "../../../utils/Client"
|
||||
import color from "../../../utils/functions/colors"
|
||||
|
||||
export = {
|
||||
name: "conolelog",
|
||||
@@ -8,6 +9,6 @@ export = {
|
||||
event: "ready",
|
||||
|
||||
execute(client: Client) {
|
||||
console.log("Logged in as " + client.user!.tag + "!")
|
||||
console.log(color("Logged in as " + client.user!.tag + "!", "green"))
|
||||
},
|
||||
} as Event
|
||||
|
||||
Reference in New Issue
Block a user