mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-12 17:34:48 +02:00
Update lemonade.py
This commit is contained in:
+1
-1
@@ -420,7 +420,7 @@ def start_lemonade(nodeID, message, celsius=False):
|
||||
lemonadeTracker[i]['cmd'] = "sales"
|
||||
if "g" in message.lower():
|
||||
lemonadeTracker[i]['cmd'] = "cups"
|
||||
msg = f"\n#of🥤 to buy? Have {inventory.cups} Cost {locale.currency(cups.cost, grouping=True)} a 📦 of {str(cups.count)}"
|
||||
msg = f"#of🥤 to buy? Have {inventory.cups} Cost {locale.currency(cups.cost, grouping=True)} a 📦 of {str(cups.count)}"
|
||||
return msg
|
||||
else:
|
||||
last_cmd = "sales"
|
||||
|
||||
Reference in New Issue
Block a user