chore: nothing

This commit is contained in:
2024-10-11 19:03:21 +08:00
parent f783f8b4ec
commit e01a98d254
1 file changed
+1 -1
@@ -39,7 +39,7 @@ class IdiomExplainCommand : BaseCommand() {
.addNewLine(2)
.addText("出处: ${response.provenance}")
.addNewLine(2)
.addText("发音: ${response.sound}")
.addText(response.sound)
.build()
message.reply(msg)
} catch (_: Exception) {