diff --git a/commands.go b/commands.go index aa1b14e..66d237b 100644 --- a/commands.go +++ b/commands.go @@ -98,7 +98,7 @@ func TimeCommandHandler(s *discordgo.Session, i *discordgo.InteractionCreate) { Value: fmt.Sprintf("%s - %s", courseMeetingTime.timeStart.String(), courseMeetingTime.timeEnd.String()), }, { - Name: "Weekdays", + Name: "Days of Week", Value: WeekdaysToString(courseMeetingTime.weekdays), }, },