style: run lint and format

This commit is contained in:
2026-01-23 14:03:45 -03:00
parent bfc749a034
commit feabc732cf
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -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')
+1 -2
View File
@@ -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';