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)