farm_timer = 61, 65
farm_time = random.uniform(farm_timer)
await asyncio.sleep(farm_time)
TypeError: uniform() missing 1 required positional argument: 'b'
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: TypeError: uniform() missing 1 required positional argument: 'b'