diff --git a/website/tts/help/commands/index.html b/website/tts/help/commands/index.html new file mode 100644 index 0000000..cf651c2 --- /dev/null +++ b/website/tts/help/commands/index.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + TTS commands help + + + + + diff --git a/website/tts/help/index.html b/website/tts/help/index.html new file mode 100644 index 0000000..bffd0cc --- /dev/null +++ b/website/tts/help/index.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + TTS help + + + + + diff --git a/website/tts/help/settings/index.html b/website/tts/help/settings/index.html new file mode 100644 index 0000000..94bfd21 --- /dev/null +++ b/website/tts/help/settings/index.html @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + TTS settings help + + + +





+
+

All Settings


+
+
+ + +
+

Allows users to use multiple voices in one message: "Brian: Kappa Kappa Keepo Justin: Wow what a memer".

+

Usage: !tts settings Conversation true or !tts settings Conversation true

+

Default: true

+
+
+
+

+
+
+
+ + +
+

Make the TTS subscriber only. It will still cost points for none subs but no TTS is played.

+

Usage: !tts settings Sub true or!tts settings Sub false

+

Default: false

+
+
+
+

+
+
+
+ + +
+

If disabled new messages skip currently playing messages.

+

Usage: !tts settings Queue true or!tts settings Queue false

+

Default: true

+
+
+
+

+
+
+
+ + +
+

Default voice name. Check available voices here: TODO: add link

+

Usage: Steve: Hello Steve: Hello

+

Default: Brian

+
+
+
+

+
+
+
+ + +
+

Volume of the TTS playback choose between 0 - 100. Choose between 0 - 100.

+

Usage: !tts playback 0

+

Default: 100

+
+
+
+

+
+
+
+ + +
+

Max duration of a single redemtion. Using multiple voices counts as one message for this setting.

+

(0 = unlimted). Choose between 0 - 300.

+

Usage: !tts maxmessagetime 0

+

Default: 0

+
+
+
+

+
+
+
+ + +
+

Time in seconds between TTS messages. It will still cost points!

+

Usage: !tts Cooldown 30

+

Default: 0

+
+
+
+

+
+
+
+ + +
+

The bot doesn't play message which have been timed out in that timeframe. How long the bot should wait

+

before playing the TTS message. Choose between 0 - 30.

+

Usage: !tts timoutcheck 10

+

Default: 2

+
+
+
+
+






+ + + diff --git a/website/tts/help/settings/style.css b/website/tts/help/settings/style.css new file mode 100644 index 0000000..0967c51 --- /dev/null +++ b/website/tts/help/settings/style.css @@ -0,0 +1,69 @@ +body{ + margin:0; + /*background-color: #191919;*/ + background-color:white; +} + +.navbar ul, .navbar li{ + top:0px; + margin:0px; + list-style-type: none; + background-color:#9147ff; + background-size: 200px,auto, contain; + font-family: "Segoe UI"; + letter-spacing: 1px; + overflow: hidden; + z-index: 999; +} +.navbar{ + position: absolute; + background-color:#9147ff; + padding-top:10px; + padding-bottom:10px; + width:100%; +} +.navbar li a{ +transition: color .5s; +color:black; +font-size: 20px; +} +.navbar li:hover a{ +color:white !important; +} +.navbar ul{ +padding:1; +color:black; +} +.navbar li { +float: left; +color:black; +} +.commands{ + Color:#9147ff; + font-family: "Segoe UI"; + font-size: 18px; + margin-left: 1%; + margin-right: 1%; +} +.FuckingTable{ + font-family: "Segoe UI"; + background-color: #f2f2f2;; + position: absolute; + margin-top: 10%; + margin-left: 15%; + border-collapse: collapse; + border-radius: 2px; +} +th, td { + text-align: left; + padding: 8px; + border: 0px; + } +tr:nth-child(even) {background-color: #f2f2f2;} +tr:nth-child(odd) {background-color: #CCCCCC;} + +@media (prefers-color-scheme: dark) { + body{ + background-color: #191919; + } +} \ No newline at end of file diff --git a/website/tts/help/settings/tailwind.css b/website/tts/help/settings/tailwind.css new file mode 100644 index 0000000..4879819 --- /dev/null +++ b/website/tts/help/settings/tailwind.css @@ -0,0 +1,78 @@ +.border{ + margin-left: 24%; + margin-right: 24%; + border-color: #9147ff; + border-radius: 0.5rem; + border-width: 3px; +} + /* Tab content - closed */ + .tab-content { + max-height: 0; + -webkit-transition: max-height .35s; + -o-transition: max-height .35s; + transition: max-height .35s; + width: 100%; + } + /* :checked - resize to full height */ + .tab input:checked ~ .tab-content { + max-height: 100vh; + line-height: 0; + } + /* Label formatting when open */ + .tab input:checked + label{ + /*@apply text-xl p-5 border-l-2 border-indigo-500 bg-gray-100 text-indigo*/ + font-size: 1.25rem; /*.text-xl*/ + padding: 1.25rem; /*.p-5*/ + border-left-width: 2px; /*.border-l-2*/ + border-color: #9147ff; /*.border-indigo*/ + background-color: #f8fafc; /*.bg-gray-100 */ + color: #9147ff; /*.text-indigo*/ + + } + /* Icon */ + .tab label::after { + float:right; + right: 0; + top: 0; + display: block; + width: 1.5em; + height: 1.5em; + line-height: 1.5; + font-size: 1.25rem; + text-align: center; + -webkit-transition: all .35s; + -o-transition: all .35s; + transition: all .35s; + line-height: 1em; + } + /* Icon formatting - closed */ + .tab input[type=checkbox] + label::after { + content: "+"; + font-weight:bold; /*.font-bold*/ + border-width: 1px; /*.border*/ + border-radius: 9999px; /*.rounded-full */ + border-color: #b8c2cc; /*.border-grey*/ + } + .tab input[type=radio] + label::after { + content: "\25BE"; + font-weight:bold; /*.font-bold*/ + border-width: 1px; /*.border*/ + border-radius: 9999px; /*.rounded-full */ + border-color: #b8c2cc; /*.border-grey*/ + } + /* Icon formatting - open */ + .tab input[type=checkbox]:checked + label::after { + transform: rotate(315deg); + background-color: #9147ff; /*.bg-indigo*/ + color: #f8fafc; /*.text-grey-lightest*/ + } + .tab input[type=radio]:checked + label::after { + transform: rotateX(180deg); + background-color: #9147ff; /*.bg-indigo*/ + color: #f8fafc; /*.text-grey-lightest*/ + } + .w-full{ + padding: 0%; + font-size: 18px; + } + \ No newline at end of file diff --git a/website/tts/help/setup/index.html b/website/tts/help/setup/index.html new file mode 100644 index 0000000..fd5de66 --- /dev/null +++ b/website/tts/help/setup/index.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + TTS setup help + + + + + diff --git a/website/tts/help/style.css b/website/tts/help/style.css new file mode 100644 index 0000000..1d03c82 --- /dev/null +++ b/website/tts/help/style.css @@ -0,0 +1,39 @@ +body{ + margin:0; + background-color: #191919; +} + +.navbar ul, .navbar li{ + top:0px; + margin:0px; + list-style-type: none; + background-color:#9147ff; + background-size: 200px,auto, contain; + font-family: "Segoe UI"; + letter-spacing: 1px; + font-size: 20px; + overflow: hidden; + z-index: 999; +} +.navbar{ + position: absolute; + background-color:#9147ff; + padding-top:10px; + padding-bottom:10px; + width:100%; +} +.navbar li a{ + transition: color .5s; + color:black; +} +.navbar li:hover a{ + color:white !important; +} +.navbar ul{ + padding:1; + color:black; +} +.navbar li { +float: left; +color:black; +} \ No newline at end of file diff --git a/website/tts/help/usage/index.html b/website/tts/help/usage/index.html new file mode 100644 index 0000000..69bc412 --- /dev/null +++ b/website/tts/help/usage/index.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + TTS usage help + + + + +