use subpath import maps

This commit is contained in:
bignutty 2024-06-08 13:40:37 +02:00
parent 3c087fd648
commit cf6fb6da9a
115 changed files with 708 additions and 664 deletions

View file

@ -1,11 +1,10 @@
const { Constants } = require('detritus-client');
const { InteractionCallbackTypes, ApplicationCommandOptionTypes } = Constants;
const { imtranslator } = require('#api');
const { IMTRANSLATOR_VOICES } = require('#constants');
const { imtranslator } = require('../../../../labscore/api');
const { IMTRANSLATOR_VOICES } = require('../../../../labscore/constants');
const { createEmbed } = require('#utils/embed');
const { icon, highlight } = require('#utils/markdown');
const { createEmbed } = require('../../../../labscore/utils/embed');
const { icon, highlight } = require('../../../../labscore/utils/markdown');
const { InteractionCallbackTypes, ApplicationCommandOptionTypes } = require('detritus-client/lib/constants');
module.exports = {
description: 'Text to Speech with imtranslator voices',