Christian Arnold

Results 20 comments of Christian Arnold

@akki005 Did you get it to work? Would like to use attachments, too

I got it to work: ``` module.exports = (robot) -> robot.hear /myTriggerWord/i, (res) -> # Creating attachments attachment1 = { "fallback": "test", ... } attachments = [attachment1, attachment2, ...] #...

Sorry, this is a full example. Of course I didn't write out the full attachment stuff, but my example should get you going

I don’t think that this would be possible, hubot is a chat bot, so the user has to say something for hubot to get new input

Nope, didn't work for me, still getting Exitcode 0x80070002

Me as well. Would be great if there was a generic package again!

Kodi is close to a release, will the skin be ready in time? I tried different Kodi compatible skins and not even one came close to replace Xperience1080!

Any update on this? Running into this right now and I don't know how to solve this. I also can't compile with Cython 0.29.37.1-2 and Python 3.12.3: Click to expand...

Thanks for the "range" tip, do you have an example for me how to catch the changed value? And how to setup a start value? Or will this be in...

Thanks for your help, I really appreciate this! I hoped there was a way like with the toggles (directly after I change a value, the server gets notified and I...