-
Notifications
You must be signed in to change notification settings - Fork 0
Add cvt command #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a digital data storage units (kb, mb, gb) if necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO It will be better if the command is used like cvt <value> <target>
rather than cvt <target> <value>
, but other than that the code looks good so i approve this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nitpicks, some things to consider.
src/main/kotlin/io/github/yuutoproject/yuutobot/commands/Cvt.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/github/yuutoproject/yuutobot/commands/Cvt.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/github/yuutoproject/yuutobot/commands/Cvt.kt
Outdated
Show resolved
Hide resolved
This was how the original command from Super Hiro was created and carried over to yuuto. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.