Yeah this was it

This commit is contained in:
Dragon Fire
2024-04-04 10:15:49 -04:00
parent 684b3779b8
commit e37a1cbfda
+1 -1
View File
@@ -46,7 +46,7 @@ module.exports = class MorseCommand extends Command {
continue;
}
const letter = letters[i];
const timeUnit = 180;
const timeUnit = 250;
if (letter === '.') {
connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'morse', 'dot.mp3'));
await delay(timeUnit);