From 043e88b6bb45138f8ef5dc2cb72ea8e25f215d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 18 May 2019 03:23:23 +0200 Subject: [PATCH] speed to 150 by default --- commands/fun/tts/sam.js | 2 +- commands/fun/tts/samvc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/fun/tts/sam.js b/commands/fun/tts/sam.js index 6bec45a9..ac258e3d 100644 --- a/commands/fun/tts/sam.js +++ b/commands/fun/tts/sam.js @@ -48,7 +48,7 @@ class samCommand extends Command { } } } else { - speed = 100; + speed = 150; } args.samMessage = args.samMessage.replace('\n', ' '); diff --git a/commands/fun/tts/samvc.js b/commands/fun/tts/samvc.js index ba028f3c..2595fe5d 100644 --- a/commands/fun/tts/samvc.js +++ b/commands/fun/tts/samvc.js @@ -48,7 +48,7 @@ class samvcCommand extends Command { } } } else { - speed = 100; + speed = 150; } args.samMessage = args.samMessage.replace('\n', ' ');