chore: add keyword

This commit is contained in:
2024-09-15 14:09:11 +08:00
parent 78582d5d9d
commit 89966875d3
1 file changed
+1 -1
@@ -26,7 +26,7 @@ import java.awt.Font
import java.awt.image.BufferedImage
class WeatherCommand : BaseCommand() {
override val commandNames = listOf("/weather", "/天气")
override val commandNames = listOf("/weather", "/天气", "天气")
private val canvasWidth = 800
private val canvasHeight = 600