Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: Taintedh on September 25, 2014, 01:50:26 AM

Title: Channel Commands non functional
Post by: Taintedh on September 25, 2014, 01:50:26 AM
Hello,

I've been encountering a problem with certain channel commands.

I created a command called "!queue" which simply says: @user@, please type !RiftMe <battletag> (10 TGCoin entry fee).

This command and bot response shows up in the console chat, but never on twitch stream chat.

I've tried renaming the command from !queue to !test123, but it shows similar results.

Any idea what could be causing this?

Thanks in advance,
Title: Re: Channel Commands non functional
Post by: Dante557 on September 25, 2014, 02:11:18 AM
Twitch does not allow < > in their chat messages anymore. Try doing it with the following message

Code: [Select]
@user@, please type !RiftMe (battletag) (10 TGCoin entry fee).
Or to differentiate it from the other brackets,

Code: [Select]
@user@, please type !RiftMe [battletag] (10 TGCoin entry fee).
Title: Re: Channel Commands non functional
Post by: Taintedh on September 25, 2014, 02:21:54 AM
Works like a charm. Thank you!!