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."