We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 834184a + bdf4626 commit 667c0f5Copy full SHA for 667c0f5
1 file changed
src/main/kotlin/me/stageguard/sctimetable/service/messageRoute/status.kt
@@ -34,9 +34,9 @@ suspend fun FriendMessageEvent.status() {
34
}% / ${String.format("%.2f", osMxBean.systemCpuLoad * 100)}%
35
- Memory usage / total: ${(osMxBean.totalPhysicalMemorySize - osMxBean.freePhysicalMemorySize) / 1024 / 1024}MB / ${osMxBean.totalPhysicalMemorySize / 1024 / 1024}MB
36
37
- This project is a open source project.
+ This project is an open source project.
38
You can visit https://github.com/KonnyakuCamp/SuperCourseTimetableBot for more details.
39
""".trimIndent()
40
)
41
}
42
-}
+}
0 commit comments