From 0c9d87ae94bc385c1707493b9007c1dbea8ac1c1 Mon Sep 17 00:00:00 2001 From: sirrow Date: Sun, 7 Sep 2025 18:59:00 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AA=E3=83=BC=E3=83=97=E3=83=B3=E3=82=92?= =?UTF-8?q?=E3=83=9C=E3=83=BC=E3=83=AB=E3=83=89=E8=A1=A8=E8=A8=98=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=A6=E7=9B=AE=E7=AB=8B=E3=81=9F=E3=81=9B=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 988f320..32f37f7 100644 --- a/main.go +++ b/main.go @@ -185,7 +185,7 @@ func battleSchedule() string { panic(err) } - output := "バンカラオープン スケジュール\n" + output := "**バンカラオープン スケジュール**\n" output += "```\n" output += battleScheduleSub(data.Result.BankaraOpen) output += "```\n"