Is your feature request related to a problem? Please describe.
Since there is a possibility to use multiple accounts at once, I thought it would be cool if you could differentiate which is which.
Also, I thought about adding more options to the log system (Events), like START, LOAD, and END.
Describe the solution you'd like
Just check the bottom of the issue.
Describe alternatives you've considered
At the moment I don't think there are any alternatives
Additional context

e.g.
TwitchChannelPointsMiner.py:
f"[{self.username}] Start session: '{self.session_id}'", extra={"emoji": ":bomb:", "event": Events.START,}
Anything more that is to do is just edit Settings.py file and you're good to go!
Is your feature request related to a problem? Please describe.
Since there is a possibility to use multiple accounts at once, I thought it would be cool if you could differentiate which is which.
Also, I thought about adding more options to the log system (Events), like START, LOAD, and END.
Describe the solution you'd like
Just check the bottom of the issue.
Describe alternatives you've considered
At the moment I don't think there are any alternatives
Additional context

e.g.
Anything more that is to do is just edit Settings.py file and you're good to go!