Gets maximum number from a list of numbers. Scans the entire list and returns the largest value found.
- Label: List of numbers
- Description: The list of numbers to scan for the maximum value.
- Required: Yes
- Default: None
- Constraints: Each item must be a Number
Returns a NUMBER containing the largest number from the input list.
Throws BotCommandException when the input list is empty, or on invalid input or internal failure.
