mirror of
https://github.com/Luzifer/twitch-manager.git
synced 2024-11-09 09:50:02 +00:00
Add alert for host
This commit is contained in:
parent
6402513516
commit
d37afb4349
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ const app = new Vue({
|
|||
}
|
||||
break
|
||||
|
||||
case 'host':
|
||||
this.showAlert('Incoming host', `${data.payload.from} just hosted`)
|
||||
break
|
||||
|
||||
case 'raid':
|
||||
this.showAlert('Incoming raid', `${data.payload.from} just raided with ${data.payload.viewerCount} raiders`)
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue