Skip to content

Commit

Permalink
updated print message to 1 day instead of 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnatp committed Dec 5, 2024
1 parent c91caf7 commit bde0908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler/tasks/status_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub async fn check_status_updates(ctx: Context) {

if naughty_list.is_empty() {
status_update_channel
.say(ctx.http, "Everyone sent their update in the last 1 minutes!")
.say(ctx.http, "Everyone sent their update today!")
.await
.expect("Failed to send message");
} else {
Expand Down

0 comments on commit bde0908

Please sign in to comment.