Please?
This commit is contained in:
parent
a4f2532700
commit
6c62f09daa
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class TtsvcCommand extends Command {
|
||||||
|
|
||||||
if (message.member.voice.channel) {
|
if (message.member.voice.channel) {
|
||||||
const connection = await message.member.voice.channel.join();
|
const connection = await message.member.voice.channel.join();
|
||||||
connection.play('./ttsvc');
|
connection.play('../../ttsvc');
|
||||||
} else {
|
} else {
|
||||||
message.reply('You need to join a voice channel first!');
|
message.reply('You need to join a voice channel first!');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue