Skip to content

Commit

Permalink
sunday at earlier time
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Mar 28, 2024
1 parent acbcdbf commit 1fc8d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bot/src/discord/slash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub fn get_datetime(options: &[CommandDataOption]) -> OffsetDateTime {
.replace_month(month)
.expect("The month will be valid cause we check it above")
.weekday(),
Weekday::Saturday,
Weekday::Saturday | Weekday::Sunday
) {
16
} else {
Expand Down

0 comments on commit 1fc8d0e

Please sign in to comment.