Skip to content

Commit c8a45e7

Browse files
committed
prepare release notes
1 parent b1f4996 commit c8a45e7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

release_notes/v1.4.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Release Notes for Lunchy v1.4.0
2+
3+
This release introduces a new pay reminder feature, offering the following configuration options to manage payment reminders after a poll has closed:
4+
5+
```yaml
6+
paying_feature:
7+
enabled: true # Enable or disable the payment reminder feature.
8+
emoji: "💸" # The emoji used to confirm payment on the closed poll summary. Paid users react with this emoji.
9+
auto_send_emoji: true # Automatically react to poll summary message with the payment confirmation emoji.
10+
reminder_delay: "1h" # The time after which unpaid users will be reminded to pay. Examples: "30m", "1h", "24h", "7d".
11+
```
12+
13+
When a poll closes, the bot waits for users to react to the poll summary. If the user does not react to the summary within the `reminder_delay`, they will receive a payment reminder mention.

0 commit comments

Comments
 (0)