mirror of
https://github.com/Xevion/banner.git
synced 2025-12-07 22:06:25 -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()),
|
Value: fmt.Sprintf("%s - %s", courseMeetingTime.timeStart.String(), courseMeetingTime.timeEnd.String()),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Weekdays",
|
Name: "Days of Week",
|
||||||
Value: WeekdaysToString(courseMeetingTime.weekdays),
|
Value: WeekdaysToString(courseMeetingTime.weekdays),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user