Skip to content

Commit

Permalink
Update online.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Jun 30, 2024
1 parent 8aabb3c commit c9e53ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/dota/src/twitch/commands/online.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ commandHandler.registerCommand('online', {
oppositeCommand,
isOnlineCommand ? 'on' : 'off',
)
client.stream_online = isOnlineCommand
// client.stream_online = isOnlineCommand
refreshSettings(client.token)
await updateStreamStatus(client.token, isOnlineCommand)
return
}

await updateStreamStatus(client.token, isOnlineCommand)

refreshSettings(client.token)
notifyStreamStatus(message.channel.name, client.locale, state, oppositeCommand)
},
})
Expand Down

0 comments on commit c9e53ef

Please sign in to comment.