From 2bbbad8c9ff19dd1d7972c5bbefd7ce379ac8d64 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Mon, 10 Jan 2022 10:03:01 +0100 Subject: [PATCH] farm -> mine --- README.md | 2 +- twitch.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9741c5..afe4dce 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/twitch.py b/twitch.py index d6ce1df..52af1d3 100644 --- a/twitch.py +++ b/twitch.py @@ -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()