diff --git a/cogs/store.py b/cogs/store.py index b9a00fb..cd2f32e 100644 --- a/cogs/store.py +++ b/cogs/store.py @@ -84,7 +84,7 @@ class Store(commands.Cog): item_tuple = item break - if amount.lower() == "all": + if str(amount).lower() == "all": amount = int(item_tuple[2]) if int(item_tuple[2]) < amount: