This commit is contained in:
Supositware 2019-01-18 22:28:13 +01:00
parent a4f2532700
commit 6c62f09daa

View file

@ -56,7 +56,7 @@ class TtsvcCommand extends Command {
if (message.member.voice.channel) {
const connection = await message.member.voice.channel.join();
connection.play('./ttsvc');
connection.play('../../ttsvc');
} else {
message.reply('You need to join a voice channel first!');
}