2023-08-02 Update
This commit is contained in:
parent
e54ced688f
commit
b897bf6481
@ -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'):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user