Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
194 stars 42 forks source link

Master fails to build #63

Closed joshuayuen99 closed 1 year ago

joshuayuen99 commented 1 year ago

Describe the bug Fails to build.

Error

discord-rpc\src\main\java\net\arikia\dev\drpc\DiscordRPC.java:182:21
java: cannot find symbol
  symbol:   variable f
  location: class net.arikia.dev.drpc.DiscordRPC

Versions (Must be completed):

Additional info Looks like commit 1fd4d6931d0ba4d1194851a840418b9ac7a429ff broke this.

Vatuu commented 1 year ago

Yeah, I am working on restructuring and cleaning this whole thing up a bit. Until then, just use the releases or an older commit. Sorry about that

joshuayuen99 commented 1 year ago

No worries! Just wanted to let you know in case you weren't already aware. Thanks for your work on this library.