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"