fix typo error from deploy.ts
This commit is contained in:
parent
23d95c4d86
commit
7e079b90bf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue