From 184378c907dafbe379f33d42777dbf405891377d Mon Sep 17 00:00:00 2001 From: RTAkland Date: Wed, 23 Oct 2024 15:15:26 +0800 Subject: [PATCH] chore: move http cat command to misc folder --- .../rtast/fancybot/commands/{lookup => misc}/HTTPCatCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/kotlin/cn/rtast/fancybot/commands/{lookup => misc}/HTTPCatCommand.kt (96%) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/HTTPCatCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/misc/HTTPCatCommand.kt similarity index 96% rename from src/main/kotlin/cn/rtast/fancybot/commands/lookup/HTTPCatCommand.kt rename to src/main/kotlin/cn/rtast/fancybot/commands/misc/HTTPCatCommand.kt index 0a880f6..fd081e0 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/HTTPCatCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/misc/HTTPCatCommand.kt @@ -5,7 +5,7 @@ */ -package cn.rtast.fancybot.commands.lookup +package cn.rtast.fancybot.commands.misc import cn.rtast.fancybot.annotations.CommandDescription import cn.rtast.fancybot.enums.HttpStatusCode