mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 03:14:24 -06:00
Name field 'Days of Week' instead of 'Weekdays'
This commit is contained in:
@@ -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),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user