diff --git a/commands/voice/morse.js b/commands/voice/morse.js index 0d67f081..47026c83 100644 --- a/commands/voice/morse.js +++ b/commands/voice/morse.js @@ -46,7 +46,7 @@ module.exports = class MorseCommand extends Command { continue; } const letter = letters[i]; - const timeUnit = 300; + const timeUnit = 250; if (letter === '.') { connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'morse', 'dot.mp3')); await delay(timeUnit);