Fix ERR_MODULE_NOT_FOUND for constants file (#1023)

Co-authored-by: Max Isom <hi@maxisom.me>
This commit is contained in:
Son 2024-04-28 19:11:38 -04:00 committed by GitHub
parent 75d2714ff2
commit e0dfd8c9fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 600 additions and 37 deletions

View file

@ -2,7 +2,7 @@ import {ChatInputCommandInteraction} from 'discord.js';
import {TYPES} from '../types.js';
import {inject, injectable} from 'inversify';
import PlayerManager from '../managers/player.js';
import Command from '.';
import Command from './index.js';
import {SlashCommandBuilder} from '@discordjs/builders';
@injectable()