Skip to content

Commit bde0908

Browse files
committed
updated print message to 1 day instead of 1 minute
1 parent c91caf7 commit bde0908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scheduler/tasks/status_update.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub async fn check_status_updates(ctx: Context) {
9494

9595
if naughty_list.is_empty() {
9696
status_update_channel
97-
.say(ctx.http, "Everyone sent their update in the last 1 minutes!")
97+
.say(ctx.http, "Everyone sent their update today!")
9898
.await
9999
.expect("Failed to send message");
100100
} else {

0 commit comments

Comments
 (0)