-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Pickup command & refactoring #332
Conversation
Just realized that i have put the en translation file in the /fun directory, instead of the languages one. |
I will be reviewing the rest once I am home because its a pain job to do it via Github Mobile |
Fixed the hardcoding, I hope now it looks better. Also, switched from StringBuilder to a private String property. |
languages/en-GB.yml
Outdated
pickupline: | ||
no_response: "I can't come up with a response right now." | ||
response: ":speaking_head: %s" | ||
responseNsfw: ":red_circle: **NSFW**" |
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.
You would need to change the responseNSFW to :red_circle: ||%s|| **NSFW**
Other then the change request I just made everything looks great! |
Nice! I hope everything is okay :D |
Pull Request Etiquette
Changes
Closes Issue: NaN
Description
I made a new
fun
command -> PickUpLine and refactored some code (ternary operators) in theWaifu.java
. Also added one sentence to the en translation