Merge branch 'master' into analytics

This commit is contained in:
Alessandro Maggio
2021-03-01 12:46:27 +01:00
3 changed files with 3 additions and 0 deletions

View File

@@ -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,

View File

@@ -0,0 +1 @@

View File

@@ -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