wakfi / roboboi

Discord bot
MIT License
2 stars 0 forks source link

mstime cannot convert readable format inputs with a hexadecimal number and only the Day field #11

Closed wakfi closed 3 years ago

wakfi commented 4 years ago

Example: //mstime 0x98abd or //mstime 0x98ab d Ideally, there would be a nice way to differentiate. Probably adding the space will be the most viable.

wakfi commented 4 years ago

WORKAROUND: You can add a 0 duration field to it and get the same time, but it will read it as a readable format instead of as a hexadecimal number. Example: //mstime 0x98abd0s, or //mstime 0x98abD 0S

wakfi commented 3 years ago

Moving to wontfix