mirror of https://github.com/kami-blue/client
start working on rpc
This commit is contained in:
parent
d12aa10d45
commit
b6e2f72941
|
@ -0,0 +1,16 @@
|
||||||
|
package me.zeroeightsix.kami;
|
||||||
|
|
||||||
|
import me.zeroeightsix.kami.module.Module;
|
||||||
|
import me.zeroeightsix.kami.setting.Setting;
|
||||||
|
import me.zeroeightsix.kami.setting.Settings;
|
||||||
|
|
||||||
|
//import club.minnced.discord.rpc.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author 086
|
||||||
|
* Updated by S-B99 on 27/10/19
|
||||||
|
*/
|
||||||
|
@Module.Info(name = "DiscordRPC", category = Module.Category.PLAYER, description = "Discord Rich Presence")
|
||||||
|
public class DiscordRPC extends Module {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue