mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-08-05 23:43:30 +02:00
Fix ERR_MODULE_NOT_FOUND for constants file (#1023)
Co-authored-by: Max Isom <hi@maxisom.me>
This commit is contained in:
parent
75d2714ff2
commit
e0dfd8c9fd
27 changed files with 600 additions and 37 deletions
|
@ -3,7 +3,7 @@ import {URL} from 'url';
|
|||
import {SlashCommandBuilder} from '@discordjs/builders';
|
||||
import {inject, injectable} from 'inversify';
|
||||
import Spotify from 'spotify-web-api-node';
|
||||
import Command from '.';
|
||||
import Command from './index.js';
|
||||
import {TYPES} from '../types.js';
|
||||
import ThirdParty from '../services/third-party.js';
|
||||
import getYouTubeAndSpotifySuggestionsFor from '../utils/get-youtube-and-spotify-suggestions-for.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue