chore: rename
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -81,7 +81,7 @@ val START_UP_TIME = Instant.now().epochSecond
|
|||||||
val commands = listOf(
|
val commands = listOf(
|
||||||
EchoCommand(), JrrpCommand(),
|
EchoCommand(), JrrpCommand(),
|
||||||
NiuziRedeemCommand(), HitokotoCommand(),
|
NiuziRedeemCommand(), HitokotoCommand(),
|
||||||
FKXQSCommand(), QRCodeCommand(),
|
KFCCommand(), QRCodeCommand(),
|
||||||
AntiRevokeCommand(), MCPingCommand(),
|
AntiRevokeCommand(), MCPingCommand(),
|
||||||
WeatherCommand(), CigaretteCommand(),
|
WeatherCommand(), CigaretteCommand(),
|
||||||
RemakeCommand(), PixivCommand(),
|
RemakeCommand(), PixivCommand(),
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@ import java.time.LocalDateTime
|
|||||||
import java.time.ZoneId
|
import java.time.ZoneId
|
||||||
|
|
||||||
@CommandDescription("今天是疯狂星期四!")
|
@CommandDescription("今天是疯狂星期四!")
|
||||||
class FKXQSCommand : BaseCommand() {
|
class KFCCommand : BaseCommand() {
|
||||||
override val commandNames = listOf("/fkxqs", "/kfc")
|
override val commandNames = listOf("/fkxqs", "/kfc")
|
||||||
|
|
||||||
private fun isThursday(): Boolean {
|
private fun isThursday(): Boolean {
|
||||||
Reference in New Issue
Block a user