Bratah123 / PolyBot

Poly bot is a discord bot that provides all type of conversions (I.E. language, measurements, etc)
MIT License
1 stars 2 forks source link

FIX: !liquid faulty refactor #24

Closed KOOKIIEStudios closed 2 years ago

KOOKIIEStudios commented 2 years ago

Before:
before
The bot doesn't respond when fluid unit conversions are requested (i.e. !liquid ml oz 500).
This was probably the result of a faulty refactor, when migrating the unit conversion logic to its own module.

After:
after
This is the expected result, which was indeed seen following the fix.