chore: bump dep version

This commit is contained in:
2024-08-30 15:05:51 +08:00
parent bf75cfad38
commit 27f691b48a
12 files changed
+58 -35

No files matched your search

@@ -15,7 +15,7 @@ import cn.rtast.rob.util.ob.OBMessage
private val signManager = SignManager()
class SignCommand : BaseCommand() {
override val commandName = "/签到"
override val commandNames = listOf("/签到", "/sign")
override suspend fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {
if (signManager.isSigned(message.sender.userId)) {
@@ -28,7 +28,7 @@ class SignCommand : BaseCommand() {
}
class MyPointCommand: BaseCommand() {
override val commandName = "/我的分数"
override val commandNames = listOf("/我的分数", "/mp")
override suspend fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {
val status = signManager.getStatus(message.sender.userId)