chore: rename

This commit is contained in:
2024-09-26 17:42:49 +08:00
parent 478c0ce4fd
commit 2d7d81c825
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -81,7 +81,7 @@ val START_UP_TIME = Instant.now().epochSecond
val commands = listOf(
EchoCommand(), JrrpCommand(),
NiuziRedeemCommand(), HitokotoCommand(),
FKXQSCommand(), QRCodeCommand(),
KFCCommand(), QRCodeCommand(),
AntiRevokeCommand(), MCPingCommand(),
WeatherCommand(), CigaretteCommand(),
RemakeCommand(), PixivCommand(),
@@ -19,7 +19,7 @@ import java.time.LocalDateTime
import java.time.ZoneId
@CommandDescription("今天是疯狂星期四!")
class FKXQSCommand : BaseCommand() {
class KFCCommand : BaseCommand() {
override val commandNames = listOf("/fkxqs", "/kfc")
private fun isThursday(): Boolean {