Better Customization For Reminders #2

Closed
opened 2021-06-18 00:06:12 +00:00 by ZeroHD · 0 comments
ZeroHD commented 2021-06-18 00:06:12 +00:00 (Migrated from git.canopymc.net)

Allow for multiple reminder lists. The idea is lists have diffrent frequency of occurence. So some reminders shows up less often than offers. This should be completly configurable.

reminders: 
	# time between any two reminders
	reminder_period: 5
	events:
    	# post every 5 reminder periods
        frequency: 5
        list:
            - "UHC On 6/17, see you there!"
    standard:
    	list:
            - "Drink water"
            - "Join Discord"
            - "Canopy Was An Inside Job"
Allow for multiple reminder lists. The idea is lists have diffrent frequency of occurence. So some reminders shows up less often than offers. This should be completly configurable. ```yml reminders: # time between any two reminders reminder_period: 5 events: # post every 5 reminder periods frequency: 5 list: - "UHC On 6/17, see you there!" standard: list: - "Drink water" - "Join Discord" - "Canopy Was An Inside Job" ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Minecraft/QoL#2
There is no content yet.