-
Notifications
You must be signed in to change notification settings - Fork 779
Description
There should be an option in run.py that would simplify the displayed text in the terminal. I think I already saw something commented in some file that just said "xx channel points for yy". Why not have that for everything that can happen? So for example:
21/01/21 23:33:19 - INFO - [on_message]: +10 → Streamer(username=streamer_username, channel_id=x, channel_points=y) - Reason: WATCH.
would just be
21/01/21 23:33:19 - +10 cp for streamer_username
or
21/01/21 23:45:44 - INFO - [on_message]: +50 → Streamer(username=streamer_username, channel_id=x, channel_points=y) - Reason: CLAIM.
would just be
21/01/21 23:33:19 - +50 cp for streamer_username.
Especially bets fill up the screen really quick. So they could just be "streamer_username has started a bet called name_of_bet" and "Placing a bet for streamer_username for name_of_bet_" and at the end just "Won/Lost bet for x cp on name_of_bet of streamer_username" or whatever.
I like having it on the second monitor but I don't like that its filling up the screen if a lot of nonsense to me.