Cap check update in draft command

This commit is contained in:
Cal Corum 2025-05-25 16:44:38 -05:00
parent ab4147a25f
commit 8d9e2189a7

View File

@ -379,7 +379,7 @@ class Draft(commands.Cog):
total_swar += x['wara'] total_swar += x['wara']
if total_swar > 38.00001: if total_swar > 32.00001:
return { return {
'success': False, 'success': False,
'error': f'Drafting {player["name"]} would put you at {total_swar:.2f} ' 'error': f'Drafting {player["name"]} would put you at {total_swar:.2f} '