Skip to content

Commit

Permalink
fix: make online command set online right away
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy authored Jun 30, 2024
1 parent f1616fe commit 8aabb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dota/src/twitch/commands/online.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ commandHandler.registerCommand('online', {
oppositeCommand,
isOnlineCommand ? 'on' : 'off',
)
client.stream_online = isOnlineCommand
refreshSettings(client.token)
return
}
Expand Down

0 comments on commit 8aabb3c

Please sign in to comment.