2023-08-02 Update

This commit is contained in:
Cal Corum 2023-08-03 17:08:11 -05:00
parent e54ced688f
commit b897bf6481

View File

@ -305,8 +305,8 @@ class Admins(commands.Cog):
this_player = p_query['players'][0]
updates = []
if '0610' in this_player['image']:
updates.append(('image', this_player['image'].replace('2023-0610', '2023-0706')))
if '0706' in this_player['image']:
updates.append(('image', this_player['image'].replace('2023-0706', '2023-0802')))
if this_player['rarity']['name'] != row[9] and not \
(this_player['rarity']['name'] == 'Hall of Fame' and row[9] == 'HoF'):