Skip to content

Commit

Permalink
Added Commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
discomal101 committed Dec 1, 2024
1 parent 78528f6 commit 2e1e742
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ public DiscordRPCModule() {
public void onDisable() {
RPCManager rpcManager = new RPCManager();
rpcManager.stopRpc();
// Turns the Discord RPC Off
}

@Override
public void onEnable() {
RPCManager rpcManager = new RPCManager();
rpcManager.startRpc();
// Turns the Discord RPC On
}

@Override
Expand Down

0 comments on commit 2e1e742

Please sign in to comment.