We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760288c commit eb0b54fCopy full SHA for eb0b54f
1 file changed
commands/nemp.py
@@ -420,7 +420,7 @@ async def polling_task(self, _pipe):
420
# --- End-of-cycle bookkeeping ---
421
router.poll_cycle_count += 1
422
423
- if staff_channel and router.poll_cycle_count % 50 == 0:
+ if staff_channel and router.poll_cycle_count % 10 == 0:
424
await router.send_message(staff_channel, f"Full cycles completed: {router.poll_cycle_count}")
425
if router.auto_disabled_mods:
426
await router.send_message(
0 commit comments