tmi.ex
tmi.ex copied to clipboard
Twitch Messaging Interface for Elixir.
WIP Doing it live on stream sometimes [https://twitch.tv/ryanwinchester_](https://twitch.tv/ryanwinchester_) Aiming to land in February.
Hi! I've followed the configuration and guide, and when I have one bot it works splendidly, we've had all sorts of fun with it, but when I have multiple bot_configs...
https://discuss.dev.twitch.tv/t/deprecation-of-chat-commands-through-irc/40486 > The following [Twitch Chat Commands 80](https://help.twitch.tv/s/article/chat-commands) are affected by this change and have a migration path to the Twitch API: /announce, /ban, /unban, /clear, /color, /commercial, /delete, /emoteonly,...
These are [the ones handled by tmi.js](https://github.com/tmijs/docs/blob/gh-pages/_posts/v1.4.2/2019-03-03-Events.md), so we should consider also handling these: - [x] Action - Received action message on channel. - [ ] Anongiftpaidupgrade - Username is...
I tried to figure out how to get the `display-name`tag to use in a command, and there was not a single line of documentation on how to access the tags....