From 89966875d3d0a566829ab07f77ee6b07d5503aa6 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sun, 15 Sep 2024 14:09:11 +0800 Subject: [PATCH] chore: add keyword --- .../kotlin/cn/rtast/fancybot/commands/lookup/WeatherCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/WeatherCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/WeatherCommand.kt index 9da5f6f..c78d72a 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/WeatherCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/WeatherCommand.kt @@ -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