farm -> mine

This commit is contained in:
DevilXD
2022-01-10 10:03:01 +01:00
parent 770687410d
commit 2bbbad8c9f
2 changed files with 3 additions and 3 deletions

View File

@@ -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:**

View File

@@ -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()