オープンをボールド表記にして目立たせた
This commit is contained in:
2
main.go
2
main.go
@@ -185,7 +185,7 @@ func battleSchedule() string {
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
output := "バンカラオープン スケジュール\n"
|
output := "**バンカラオープン スケジュール**\n"
|
||||||
output += "```\n"
|
output += "```\n"
|
||||||
output += battleScheduleSub(data.Result.BankaraOpen)
|
output += battleScheduleSub(data.Result.BankaraOpen)
|
||||||
output += "```\n"
|
output += "```\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user