Updated subcommands to use default export
This commit is contained in:
@@ -2,7 +2,7 @@ import { getUUID, getPlayer, getGuild, getHeadURL } from "../../utils/Hypixel"
|
||||
import { color, devMessage } from "../../../config/options.json"
|
||||
import { ChatInputCommandInteraction } from "discord.js"
|
||||
|
||||
async function guildMember(
|
||||
export default async function guildMember(
|
||||
interaction: ChatInputCommandInteraction,
|
||||
): Promise<void> {
|
||||
await interaction.deferReply()
|
||||
@@ -211,6 +211,4 @@ async function guildMember(
|
||||
},
|
||||
],
|
||||
})
|
||||
}
|
||||
|
||||
export = guildMember
|
||||
}
|
||||
Reference in New Issue
Block a user