fix typo error from deploy.ts

This commit is contained in:
kdh8219 2023-04-28 23:37:16 +09:00
parent 23d95c4d86
commit 7e079b90bf

View file

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