autoModeAttachmentConfig top-level constant

({int fullReminderEveryNAttachments, int turnsBetweenAttachments}) const autoModeAttachmentConfig

Config for auto mode attachment frequency.

Implementation

const autoModeAttachmentConfig = (
  turnsBetweenAttachments: 5,
  fullReminderEveryNAttachments: 5,
);