フェス期間中に表示がおかしくなるの対策

This commit is contained in:
2025-07-12 09:51:15 +09:00
parent c9a82e3ec6
commit 03ee0d70e2
2 changed files with 21 additions and 0 deletions

View File

@@ -163,6 +163,9 @@ func battleScheduleSub(schedSub []BattleSchedudleSub) string {
*/
output += fmt.Sprintln()
}
if output == "" {
output = "現在、スケジュールはありません。\n"
}
return output
}