Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Jan 26, 2024
1 parent bd053b4 commit 2eb64ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main_twitch-mz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
envkey_TWITCH_USERNAME: ${{ secrets.TWITCH_USERNAME }}
envkey_TWITCH_PASSWORD: ${{ secrets.TWITCH_PASSWORD }}
envkey_TWITCH_CHANNELS: ${{ secrets.TWITCH_CHANNELS }}
envkey_PORT: 8080

- name: Set up Node.js version
uses: actions/setup-node@v4
Expand Down
4 changes: 4 additions & 0 deletions lib/messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ const tmi = require('tmi.js');
class Messenger {
constructor () {
const opts = {
connection: {
secure: true,
reconnect: true,
},
options: { debug: true },
identity: {
username: config.twitch.username,
Expand Down

0 comments on commit 2eb64ca

Please sign in to comment.