You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"{repr(self.streamers[streamer_index])}, Total Points Gained (after farming - before farming): {_millify(gained)}",
493
-
extra={"emoji": ":robot:"},
491
+
492
+
fromcoloramaimportFore
493
+
streamer_highlight=Fore.YELLOW
494
+
495
+
streamer_gain= (
496
+
f"{streamer_highlight}{self.streamers[streamer_index]}{Fore.RESET}, Total Points Gained: {_millify(gained)}"
497
+
ifSettings.logger.less
498
+
elsef"{streamer_highlight}{repr(self.streamers[streamer_index])}{Fore.RESET}, Total Points Gained (after farming - before farming): {_millify(gained)}"
0 commit comments