mirror of
https://github.com/Xevion/banner.git
synced 2025-12-10 14:06:37 -06:00
I thought I fixed you earlier
This commit is contained in:
@@ -402,7 +402,7 @@ func IcsCommandHandler(s *discordgo.Session, i *discordgo.InteractionCreate) err
|
||||
}
|
||||
|
||||
// Fix static term
|
||||
meetingTimes, err := GetCourseMeetingTime(202420, int(crn))
|
||||
meetingTimes, err := GetCourseMeetingTime(202510, int(crn))
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error requesting meeting time: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user