add command alia

This commit is contained in:
2025-01-15 13:51:34 +08:00
parent cc0c0f4022
commit 4be2791c92
1 file changed
+1 -1
@@ -44,7 +44,7 @@ class NWWNCommand : BaseCommand() {
} }
class TJBGXLCommand: 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 originImage = Resources.loadFromResourcesAsBytes("misc/tjbgxl.png")
private val font = Font("SimSun", Font.BOLD, 45) private val font = Font("SimSun", Font.BOLD, 45)