From 7e079b90bff9e17b36ff7c34b71fe29c9e438b32 Mon Sep 17 00:00:00 2001 From: kdh8219 <65698239+kdh8219@users.noreply.github.com> Date: Fri, 28 Apr 2023 23:37:16 +0900 Subject: [PATCH] fix typo error from deploy.ts --- src/deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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