From e0dfd8c9fd14cb6b644d0f426e891fa6603916ab Mon Sep 17 00:00:00 2001 From: Son Date: Sun, 28 Apr 2024 19:11:38 -0400 Subject: Fix ERR_MODULE_NOT_FOUND for constants file (#1023) Co-authored-by: Max Isom --- src/utils/register-commands-on-guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/register-commands-on-guild.ts b/src/utils/register-commands-on-guild.ts index ebd94e4..b2e9145 100644 --- a/src/utils/register-commands-on-guild.ts +++ b/src/utils/register-commands-on-guild.ts @@ -1,6 +1,6 @@ import {REST} from '@discordjs/rest'; import {Routes} from 'discord-api-types/v10'; -import Command from '../commands'; +import Command from '../commands/index.js'; interface RegisterCommandsOnGuildOptions { rest: REST; -- cgit v1.2.3