var fDesc=new Array(); fDesc[0] = "Streamlabs Chatbot is a program developed for Twitch.tv that provides entertainment and moderation features for your stream. So you can focus on what you do best, play the game and interact with your viewers.

Features:

- View your chat through the bot with the addition of Twitch, GameWisp FFZ & BTTV Emotes.

- Manage your channel's game & title through the bot.

- Commands: Supports custom commands with the addition of variables.

- Timers: Post automated messages in chat on a desired interval.

- Quotes: Keep track of all the things you say.

- Counter: Track your deaths, wins, losses and show it directly on stream.

- Raffle: conduct giveaways & raffles with ease.

- SFX: allow viewers to trigger sound effects through chat.

- Currency: reward loyal viewers with points that they can spend.

- Mini Games: entertain your viewers by letting them play games in chat.

- Events: setup automated greetings & sfx messages.

- Song requests: Allow your viewers to requests songs through Youtube & Spotify

- and many other more"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }