diff --git a/src/main/kotlin/cn/rtast/fancybot/Const.kt b/src/main/kotlin/cn/rtast/fancybot/Const.kt index 56160a4..93ef13d 100644 --- a/src/main/kotlin/cn/rtast/fancybot/Const.kt +++ b/src/main/kotlin/cn/rtast/fancybot/Const.kt @@ -102,7 +102,7 @@ val commands = listOf( NiuziBankCommand(), WithdrawCommand(), BankTransferCommand(), CreateBankAccountCommand(), BankBalanceCommand(), DepositCommand(), - DMSearchCommand(), LlamaCommand(), + AnimeSearchCommand(), LlamaCommand(), QQMusicCommand(), BullShitGenerateCommand(), NiuziRankCommand(), NiuziBankRankCommand(), ShotSelfCommand(), TenSetuCommand(), diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/DMSearchCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/AnimeSearchCommand.kt similarity index 96% rename from src/main/kotlin/cn/rtast/fancybot/commands/lookup/DMSearchCommand.kt rename to src/main/kotlin/cn/rtast/fancybot/commands/lookup/AnimeSearchCommand.kt index 78de39a..0923985 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/DMSearchCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/AnimeSearchCommand.kt @@ -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()