We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91caf7 commit bde0908Copy full SHA for bde0908
src/scheduler/tasks/status_update.rs
@@ -94,7 +94,7 @@ pub async fn check_status_updates(ctx: Context) {
94
95
if naughty_list.is_empty() {
96
status_update_channel
97
- .say(ctx.http, "Everyone sent their update in the last 1 minutes!")
+ .say(ctx.http, "Everyone sent their update today!")
98
.await
99
.expect("Failed to send message");
100
} else {
0 commit comments