Rigner / discord-rpc-java

Java implementation of Discord RPC for rich presence https://github.com/discordapp/discord-rpc
MIT License
25 stars 9 forks source link

Added DiscordRichPresenceBuilder #6

Closed SirYwell closed 6 years ago

SirYwell commented 6 years ago

In my mind, it's more readable and less code if you using a builder pattern to create an object of DiscordRichPresence.

Rigner commented 6 years ago

Approved. I'll merge in a couple hours.

SirYwell commented 6 years ago

Great! I hope I can contribute more stuff in future.

Rigner commented 6 years ago

Manually merged, had to fix some wrong java code format, add javadoc, and update pom to 1.0.1 (has been released into maven central)