typo not importing utils right

This commit is contained in:
Aster Fialla
2026-02-22 09:54:01 -05:00
parent 57336b4e58
commit d4adbc028a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import {enums} from "./enums.js";
import {commands} from "./commands.js";
import {webhookHelper} from "./helpers/webhookHelper.js";
import * as env from 'dotenv';
import {utils} from "./helpers/utils";
import {utils} from "./helpers/utils.js";
env.config();