We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4bcc9 commit 2826f94Copy full SHA for 2826f94
src/main/kotlin/com/lambda/module/modules/client/Discord.kt
@@ -51,7 +51,7 @@ object Discord : Module(
51
private val showTime by setting("Show Time", true, description = "Show how long you have been playing for.")
52
private val line1Left by setting("Line 1 Left", LineInfo.World)
53
private val line1Right by setting("Line 1 Right", LineInfo.Username)
54
- private val line2Left by setting("Line 2 Left", LineInfo.Dimension)
+ private val line2Left by setting("Line 2 Left", LineInfo.Version)
55
private val line2Right by setting("Line 2 Right", LineInfo.Fps)
56
57
val rpc = KDiscordIPC(Lambda.APP_ID, scope = EventFlow.lambdaScope)
0 commit comments