Updated all files to new interfaces
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { GuildMember, userMention } from "discord.js"
|
||||
import { embedColor } from "config/options"
|
||||
import { Event } from "interfaces"
|
||||
import { IEvent } from "interfaces"
|
||||
import logToChannel from "utils/functions/logtochannel"
|
||||
|
||||
export = {
|
||||
@@ -27,4 +27,4 @@ export = {
|
||||
}]
|
||||
})
|
||||
}
|
||||
} as Event
|
||||
} as IEvent
|
||||
|
||||
Reference in New Issue
Block a user