-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add info command #22
Add info command #22
Conversation
src/main/kotlin/io/github/yuutoproject/yuutobot/commands/Info.kt
Outdated
Show resolved
Hide resolved
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.
Only variables change is mandatory, other comments are just comments
src/main/kotlin/io/github/yuutoproject/yuutobot/commands/Info.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/github/yuutoproject/yuutobot/commands/Info.kt
Outdated
Show resolved
Hide resolved
) | ||
.setDescription( | ||
"Yuuto was made and developed by the community, for the community. \n" + | ||
"Join the dev team and start developing on the [project website](https://kyuuto.io/docs). \n\n" + |
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.
https://kyuuto.io/docs
is currently broken. We (probably me) need to sort this out before release.
Add info command with the changelog.
Don't merge until release.
Closes #15