From 4be2791c928af9bd2358cd652402abb8eb742de7 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Wed, 15 Jan 2025 13:51:34 +0800 Subject: [PATCH] add command alia --- src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt index 4d3f125..351d618 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt @@ -44,7 +44,7 @@ class NWWNCommand : BaseCommand() { } class TJBGXLCommand: BaseCommand() { - override val commandNames = listOf("太几把搞笑了", "tjbgxl") + override val commandNames = listOf("太几把搞笑了", "tjbgxl", "jb") private val originImage = Resources.loadFromResourcesAsBytes("misc/tjbgxl.png") private val font = Font("SimSun", Font.BOLD, 45)