diff --git a/src/deploy.ts b/src/deploy.ts index 1727c32..5e347e3 100755 --- a/src/deploy.ts +++ b/src/deploy.ts @@ -2,7 +2,7 @@ import { REST, Routes } from "discord.js"; import { config } from "dotenv"; config(); -import { getCommands } from "./functions"; +import { getCommands } from "./functions.js"; const commands = getCommands(); // Construct and prepare an instance of the REST module