mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-28 01:32:42 +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
|
@ -15,7 +15,7 @@ import YoutubeAPI from './services/youtube-api.js';
|
|||
import SpotifyAPI from './services/spotify-api.js';
|
||||
|
||||
// Commands
|
||||
import Command from './commands';
|
||||
import Command from './commands/index.js';
|
||||
import Clear from './commands/clear.js';
|
||||
import Config from './commands/config.js';
|
||||
import Disconnect from './commands/disconnect.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue