ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Add a timestamp for any message sent. #35

Closed ThomasDavisA closed 3 years ago

ThomasDavisA commented 3 years ago

timeStamp: tags['tmi-sent-ts']

Add this to userstatus in line 50 of app.js.

ThomasDavisA commented 3 years ago

This has been completed.