From 9cbaeb76c382fa5743486ede94609d0623817bfe Mon Sep 17 00:00:00 2001 From: gpkvt Date: Fri, 12 Aug 2022 08:36:46 +0000 Subject: [PATCH] Update README.md, config-dist.yml --- README.md | 2 ++ config-dist.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 753c936..5a58dee 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ bot: message_length: 200 messages: + toff: "TTS is now inactive." + ton: "TTS is now active." too_long: "Sorry, your TTS message is too long." disabled: "Sorry, TTS is disabled right now." denied: "Sorry, you are not allowed to use TTS." diff --git a/config-dist.yml b/config-dist.yml index 1929c0d..ba71743 100644 --- a/config-dist.yml +++ b/config-dist.yml @@ -15,6 +15,8 @@ bot: message_length: 200 messages: + toff: "TTS is now inactive." + ton: "TTS is now active." too_long: "Sorry, your TTS message is too long." disabled: "Sorry, TTS is disabled right now." denied: "Sorry, you are not allowed to use TTS."