chore: rename command name

This commit is contained in:
2024-10-05 19:14:45 +08:00
parent 4078af7c29
commit 98a6ebb3d4
2 files changed
+3 -3

No files matched your search

@@ -20,8 +20,8 @@ import cn.rtast.rob.util.ob.OneBotListener
import okhttp3.OkHttpClient
import okhttp3.Request
@CommandDescription("搜索动漫")
class DMSearchCommand : BaseCommand() {
@CommandDescription("搜索动漫(Bangumi.tv)")
class AnimeSearchCommand : BaseCommand() {
override val commandNames = listOf("/dm", "动漫")
private val client = OkHttpClient()