ttv-chat-bot icon indicating copy to clipboard operation
ttv-chat-bot copied to clipboard

Stream Elements commands playing 'sorry'

Open ToeFrog opened this issue 6 years ago • 1 comments
trafficstars

Please provide us with the following information:

This issue is for a: (mark with an x)

  • [x] bug report -> please search issues before submitting
  • [ ] feature request
  • [ ] documentation issue or request
  • [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

start up the chat client and run a known stream elements command such as !sfx or !so and the system will play the 'sorry' sound byte because it is not supported by the twitch client.

Any log messages given by the failure

Expected/desired behavior

If a known stream elements command is run, we want to ignore that and not play the sound byte.

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

ToeFrog avatar Nov 16 '19 00:11 ToeFrog

@clarkio Could probably resolve this by adding the known Stream Elements commands to the effects.json file? Something like this:

"streamElementsCommands": [
    "commands",
    "faq",
    "project",
    "links",
    "bulbinfo",
    "color",
    "accountage",
    "followage",
    "giveaway",
    "enter",
    "contest",
    "bet",
    "points",
    "top",
    "uptime",
    "watchtime",
    "theme",
    "font",
    "editor",
    "vscode",
    "extensions",
    "so",
    "sfx"
  ]

ToeFrog avatar Nov 16 '19 00:11 ToeFrog