|
|
|
@ -448,6 +448,7 @@ func main() {
|
|
|
|
|
if competitionTeam.Id == 0 {
|
|
|
|
|
conn.Noticef(sender, "Sorry, something went horribly wrong here.")
|
|
|
|
|
log.Print("Returned team ID of a team in competition was 0...")
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fixtures, err := footballData.FixturesOfTeam(competitionTeam.Id).
|
|
|
|
|