style: run lint and format
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
import { Command } from '../../commands';
|
||||
import { TTSManager } from '../../modules/tts';
|
||||
import { ElevenLabsTTS } from '../../modules/tts-modes/elevenlabs';
|
||||
import { config } from '../../utils/config';
|
||||
|
||||
const builder = new SlashCommandBuilder()
|
||||
.setName('elevenlabs-settings')
|
||||
|
||||
@@ -5,8 +5,7 @@ import * as https from 'https';
|
||||
import * as zlib from 'zlib';
|
||||
|
||||
import TIKTOK_TTS_VOICES from './tiktok_voices.json';
|
||||
const TIKTOK_API_ENDPOINT =
|
||||
'api16-normal-v6.tiktokv.com';
|
||||
const TIKTOK_API_ENDPOINT = 'api16-normal-v6.tiktokv.com';
|
||||
|
||||
class TikTokTTS implements TTSModule {
|
||||
public name: string = 'TikTok';
|
||||
|
||||
Reference in New Issue
Block a user