From 93449aa57c4b76eb5fb562d455e350300d8d9a80 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 12 Dec 2023 00:00:50 -0600 Subject: [PATCH] Name field 'Days of Week' instead of 'Weekdays' --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, },