This commit is contained in:
Dragon Fire
2020-10-31 11:03:55 -04:00
parent 06d23a15b4
commit 0528178e9d
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = class HearingTestCommand extends Command {
try {
let age;
for (const [dataAge, file] of Object.entries(data)) {
connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', file));
connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'hearing-test', file));
await delay(2000);
await msg.reply('Did you hear that sound? Reply with [y]es or [n]o.');
const heard = await verify(msg.channel, msg.author);