Updated style of export

This commit is contained in:
2023-12-28 19:13:43 +01:00
parent 117140fe9d
commit 83dc8f91d1
7 changed files with 14 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ import { ChannelType, GuildMember, userMention } from "discord.js"
import { color, botLogChannel } from "../../../../config/options.json"
import { Event } from "../../../interfaces"
const event: Event = {
export = {
name: "logNewJoins",
description: "Logs new joins",
type: "event",
@@ -44,6 +44,4 @@ const event: Event = {
],
})
},
}
export = event
} as Event