mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22: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
|
@ -11,9 +11,9 @@ import {buildPlayingMessageEmbed} from '../utils/build-embed.js';
|
|||
import {getMemberVoiceChannel, getMostPopularVoiceChannel} from '../utils/channels.js';
|
||||
import {getGuildSettings} from '../utils/get-guild-settings.js';
|
||||
import {SponsorBlock} from 'sponsorblock-api';
|
||||
import Config from './config';
|
||||
import KeyValueCacheProvider from './key-value-cache';
|
||||
import {ONE_HOUR_IN_SECONDS} from '../utils/constants';
|
||||
import Config from './config.js';
|
||||
import KeyValueCacheProvider from './key-value-cache.js';
|
||||
import {ONE_HOUR_IN_SECONDS} from '../utils/constants.js';
|
||||
|
||||
@injectable()
|
||||
export default class AddQueryToQueue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue