Firebot icon indicating copy to clipboard operation
Firebot copied to clipboard

[Bug] $min and $max variables ignore decimal numbers

Open CrowbarToolsRobot opened this issue 9 months ago • 1 comments

Description

The $min and $max variables ignore any decimal point values (eg. 3.5, 8.2)

Steps to Reproduce

  1. Open DevTools
  2. Create a Log Message Effect
  3. Enter "$min[3.5, 3.6]" or "$max[3.5, 3.6]"
  4. Run the effect
  5. Observe in devtools, the variable returns null

Expected Behavior

for the variable to return the minimum or maximum decimal value

Firebot Version

v5.63.2

Submitted By

dennisoti

Created via Discord.

CrowbarToolsRobot avatar Mar 22 '25 09:03 CrowbarToolsRobot

👍🏻

ebiggz avatar Mar 31 '25 20:03 ebiggz

Released in v5.65.0

github-actions[bot] avatar Dec 10 '25 19:12 github-actions[bot]