Releases: brumoen/firebot-temp-converter-variable
Releases · brumoen/firebot-temp-converter-variable
Release v1.0.0
Adds a $tempConverter
variable for use in effects in Firebot.
Example:
Create a command !temp
with a Chat Effect that contains:
$arg[1]°$arg[2] converts to $tempConverter[$arg[1], $arg[2]]
Then post a message like this !temp 25 C
in chat, this will then reply with 25°C converts to 77.00°F
in chat.