diff --git a/commands/voice/dec-talk.js b/commands/voice/dec-talk.js index a0a7eee2..52ae6d12 100644 --- a/commands/voice/dec-talk.js +++ b/commands/voice/dec-talk.js @@ -36,7 +36,7 @@ module.exports = class DECTalkCommand extends Command { try { const connection = await channel.join(); const data = await snekfetch - .get('http://tts.cyzon.us/tts', { redirects: false }) + .get('http://tts.cyzon.us/tts', { redirect: false }) .query({ text }); const dispatcher = connection.play(`http://tts.cyzon.us${data.headers.location}`); dispatcher.once('finish', () => channel.leave()); diff --git a/package.json b/package.json index ae8710ca..a2f9f61a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "77.0.3", + "version": "77.0.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {