diff --git a/packages/dota/src/twitch/commands/online.ts b/packages/dota/src/twitch/commands/online.ts index fad01008..186cfbe4 100644 --- a/packages/dota/src/twitch/commands/online.ts +++ b/packages/dota/src/twitch/commands/online.ts @@ -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) }, })