Cap check update in draft command
This commit is contained in:
parent
ab4147a25f
commit
8d9e2189a7
@ -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} '
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user