add the old pinks to the list of available colors

master
Aevann 2024-07-11 21:55:54 +03:00
parent 10e622f551
commit 56501b9d30
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ else: # localhost or testing environment implied
BOT_IDs = {AUTOJANNY_ID, SNAPPY_ID, LONGPOSTBOT_ID, ZOZBOT_ID}
COLORS = {'f04bec','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR}
COLORS = {'ff66ac','ff459a','f04bec','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR}
### COMMENT NOTIFICATIONS ###