refactor: Update import statements and configurations for ES module compatibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Events, Interaction } from "discord.js";
|
||||
import { BotClient } from "../types/botClient";
|
||||
import logger from "../utils/logger";
|
||||
import { BotClient } from "../types/botClient.js";
|
||||
import logger from "../utils/logger.js";
|
||||
|
||||
export default {
|
||||
name: Events.InteractionCreate,
|
||||
|
||||
Reference in New Issue
Block a user