twitch/nightbot の履歴の現在との差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2023-12-29T17:35:43+09:00","default:nemusg.pad","nemusg.pad")
#author("2023-12-29T17:39:42+09:00","default:nemusg.pad","nemusg.pad")
* nightBot [#be38f0db]

https://nightbot.tv/

** raidが来たら自動で「お礼+配信していたカテゴリ」を表示 [#w32b08ea]

いままで

#code_x{{
$(twitch $(eval a="$(query)"; b=a.match(/\((.+)\)/); if(b==null){c=a;}else{c=b[1];} c) "raidありがとうございます!{{displayName}} さんは {{game}} をプレイしていました! {{url}}")
}}

くずよさん版 https://note.com/kuzuyo/n/na7e4389e390e

#code_x{{
$(twitch $(eval a="$(query)"; b=a.match(/\((.+)\)/); if(b==null){c=a;}else{c=b[1];} c) "{{displayName}}さんレイドありがとうざいます!{{displayName}}さんは{{game}}を配信していました!Twitchリンクはこちら!→{{url}}")
}}
 $(twitch $(eval a="$(query)"; b=a.match(/\((.+)\)/); if(b==null){c=a;}else{c=b[1];} c) "{{displayName}}さんレイドありがとうざいます!{{displayName}}さんは{{game}}を配信していました!Twitchリンクはこちら!→{{url}}")

ちょっとシンプル版

 $(twitch $(eval a="$(query)"; b=a.match(/\((.+)\)/); if(b==null){c=a;}else{c=b[1];} c) "raidありがとうございます!{{displayName}} さんは {{game}} をプレイしていました! {{url}}")