diff --git a/eve_rock_watcher.py b/eve_rock_watcher.py index 0f0323f..7f92fec 100644 --- a/eve_rock_watcher.py +++ b/eve_rock_watcher.py @@ -261,7 +261,7 @@ def main(): line = f"🪨 {ore.title()} {units:,} u · empties " if nxt: line += f" · next: {nxt[0].title()} ({nxt[1]:,} u)" - w._discord(cp, "Mining — current rock", line) + w._discord_live(cp, "rock", "Mining — current rock", line) last_status = now except Exception as e: print(f"[rock] error: {e}")