Wissididom
Wissididom
Idk if it is important, but shouldn't `Helix::sendChatAnnoucement` rather be `Helix::sendChatAnnouncement` (missing n in Announcement)
But I'm already doing that in my Custom Script: ```ts let apiClient = runRequest.modules.twitchApi.getClient(); await apiClient.eventSub.createSubscription( "channel.raid", "1", { from_broadcaster_user_id: runRequest.firebot.accounts.streamer.userId, }, { method: "websocket", session_id: websocket_session_id_from_welcome_payload }, runRequest.firebot.accounts.streamer.userId, );...
Theoretically for the suspicious users I think it could work with PubSub (`low-trust-users..`), but I'm not sure if it should be implemented through PubSub because afaik they wanted to have...
For now you could try https://github.com/Lordmau5/firebot-script-elevenlabs-tts as a custom script and see if that fits your needs (Source: https://discord.com/channels/372817064034959370/1183853798893043862 on the Firebot Discord).
They will, but it is not documented yet: `https://togithub.com/discord/discord-api-docs/pull/6746`
I haven't worked with sinon yet, but if you get an error or something I think that might be helpful. After looking at the documentation of sinonjs and the code...
I just noticed this issue existing. I once made a script for GreaseMonkey (Jan 3, 2021), that did exactly that, so I thought I'd share the Infos I have... I...
You might want to upload the image links to github, because discord attachment links might expire after a day outside of Discord. See this post from a Discord staff: 
The stuff with not including tags should already be handled by the fetch-depth: 0 option we've specified for the actions/checkout action inside the workflow file, so I guess there is...
Didn't you want to verify it "in a little" or is it still a bit hectic? It's already over 6 months.