Merge branch 'master' into analytics
This commit is contained in:
@@ -323,6 +323,7 @@ ColorPalette(
|
||||
GAIN_FOR_RAID = Fore.YELLOW,
|
||||
GAIN_FOR_CLAIM = Fore.YELLOW,
|
||||
GAIN_FOR_WATCH = Fore.YELLOW,
|
||||
GAIN_FOR_WATCH_STREAK = Fore.YELLOW,
|
||||
BET_WIN = Fore.GREEN,
|
||||
BET_LOSE = Fore.RED,
|
||||
BET_REFUND = Fore.RESET,
|
||||
|
||||
1
TwitchChannelPointsMiner/classes/entities/__init__.py
Normal file
1
TwitchChannelPointsMiner/classes/entities/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -52,6 +52,7 @@ class ColorPalette(object):
|
||||
GAIN_FOR_RAID = Fore.RESET
|
||||
GAIN_FOR_CLAIM = Fore.RESET
|
||||
GAIN_FOR_WATCH = Fore.RESET
|
||||
GAIN_FOR_WATCH_STREAK = Fore.RESET
|
||||
|
||||
BET_WIN = Fore.GREEN
|
||||
BET_LOSE = Fore.RED
|
||||
|
||||
Reference in New Issue
Block a user