Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Host !GO
Browse files Browse the repository at this point in the history
  • Loading branch information
CosasDePuma committed Apr 4, 2018
1 parent 648f6b0 commit 5deca32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pet.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ chappie.on("chat", function(channel, user, message, self) {
}
})

chappie.on('hosted', function(channel, user, message, self) {

chappie.on('hosted', function(channel, username, viewers, autohost) {
chappie.say(owner, "Aquí está el canal de @" + username + " (https://twitch.tv/" + username.toLowerCase() + ") que nos está hosteando con " + viewers + " viewers. ¡Pasaros por su canal y dadle amor!")
})

// Conectamos el bot al canal si no está conectado ya
Expand Down

0 comments on commit 5deca32

Please sign in to comment.