We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5ba3b commit 6b9f378Copy full SHA for 6b9f378
1 file changed
src/classes/v3/Server.ts
@@ -1241,7 +1241,9 @@ export async function statusRoutine() {
1241
},
1242
});
1243
1244
- if (statusInfo) continue;
+ // Only update if status is between 6-10 minutes old
1245
+ if (!statusInfo) continue;
1246
+
1247
await server.editStatusChannelAndMessage(await server.getStatusData());
1248
}
1249
0 commit comments