From e37a1cbfda624b60ddbf42e6886fd9c4094f5ef2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 4 Apr 2024 10:15:49 -0400 Subject: [PATCH] Yeah this was it --- commands/voice/morse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/voice/morse.js b/commands/voice/morse.js index b9df4195..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 = 180; + const timeUnit = 250; if (letter === '.') { connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'morse', 'dot.mp3')); await delay(timeUnit);