Skip to content

Commit f3c583b

Browse files
committed
rpc -> api cname
1 parent 20a6574 commit f3c583b

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/client

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/DiscordRPC.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ object DiscordRPC : Module(
6767
private val showTime by setting("Show Time", true, description = "Show how long you have been playing for.") { page == Page.General }
6868

6969
/* Technical settings */
70-
private var rpcServer by setting("RPC Server", "https://rpc.lambda-client.org") { page == Page.Settings }
70+
private var rpcServer by setting("RPC Server", "https://api.lambda-client.org") { page == Page.Settings }
7171
private var apiVersion by setting("API Version", ApiVersion.V1) { page == Page.Settings }
7272
private val delay by setting("Update Delay", 15000, 15000..30000, 100, unit = "ms", visibility = { page == Page.Settings })
7373

0 commit comments

Comments
 (0)