Updated type system
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { IEvent } from "~/interfaces"
|
||||
import { Event } from "~/typings"
|
||||
import logToChannel from "~/utils/Functions/logtochannel.js"
|
||||
|
||||
const event: IEvent<"ready"> = () => {
|
||||
const event: Event<"ready"> = () => {
|
||||
if (process.env.NODE_ENV === "dev") return
|
||||
|
||||
logToChannel("online", {
|
||||
|
||||
Reference in New Issue
Block a user