refactor: Update import statements and configurations for ES module compatibility

This commit is contained in:
2025-04-25 00:41:40 +08:00
parent c613ef3f35
commit 1aa97a8a7a
14 changed files with 237 additions and 115 deletions

View File

@@ -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,