Add Discord RPC service
Add injectable Discord RPC service that will broadcast Discord events through event bus and have API for setting Discord Rich Presence status. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -120,6 +120,11 @@
|
||||
<artifactId>http-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.runelite</groupId>
|
||||
<artifactId>discord</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
||||
Reference in New Issue
Block a user