mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 23:19:39 +00:00
farm -> mine
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Twitch Drops Miner
|
||||
|
||||
This application allows you to AFK farm timed Twitch drops, without having to worry about switching channels when the one you were watching goes offline, or even receiving the stream data itself. This helps both you and Twitch save on bandwidth and hassle. Everybody wins!
|
||||
This application allows you to AFK mine timed Twitch drops, without having to worry about switching channels when the one you were watching goes offline, or even receiving the stream data itself. This helps both you and Twitch save on bandwidth and hassle. Everybody wins!
|
||||
|
||||
**Features:**
|
||||
|
||||
|
||||
@@ -183,10 +183,10 @@ class Twitch:
|
||||
await drop.claim()
|
||||
self.change_state(State.GAME_SELECT)
|
||||
elif self._state is State.GAME_SELECT:
|
||||
# 'games' has all games we want to farm drops for
|
||||
# 'games' has all games we want to mine drops for
|
||||
# if it's empty, there's no point in continuing
|
||||
if not games:
|
||||
self.gui.print("No active campaigns to farm drops for.")
|
||||
self.gui.print("No active campaigns to mine drops for.")
|
||||
return
|
||||
# only start the websocket after we confirm there are drops to mine
|
||||
await self.websocket.start()
|
||||
|
||||
Reference in New Issue
Block a user