mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -67,9 +67,9 @@ module.exports = class HearingTestCommand extends Command {
|
||||
range = previousRange;
|
||||
break;
|
||||
}
|
||||
if (buttonPress.customId !== 'true' && file === data[data.length - 1].file) {
|
||||
age = previousAge;
|
||||
range = previousRange;
|
||||
if (file === data[data.length - 1].file) {
|
||||
age = dataAge;
|
||||
range = khz;
|
||||
break;
|
||||
}
|
||||
previousAge = dataAge;
|
||||
|
||||
Reference in New Issue
Block a user