We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efeeba commit e634c3cCopy full SHA for e634c3c
1 file changed
src/utils/cronJobs.ts
@@ -254,6 +254,8 @@ export async function runDecayTick() {
254
}
255
256
// update match count channel every 5 minutes
257
+// the 5 minute interval is a HARD discord limit for voice channel name changes. This CANNOT be changed.
258
+// DO NOT CHANGE THE INTERVAL
259
export async function updateMatchCountCronJob() {
260
setInterval(
261
async () => {
0 commit comments