wakfi / roboboi

Discord bot
MIT License
2 stars 0 forks source link

mstime cannot convert readable format time inputs if the values are in hexadecimal #4

Closed wakfi closed 4 years ago

wakfi commented 4 years ago

Only the last character matters; if it is letter it turns to 0, if it is a number (or several numbers in a row which will be treated as a single decimal number) only that number is converted. Any standard decimal values still convert properly.

Screnshots

wakfi commented 4 years ago

Ext: Command is able to accept binary (0b10), octal (0o73), and scientific notation (2e3) formats as well. These also need to be accounted for

wakfi commented 4 years ago

This should be fixed in an upcoming release