Hey, I love using sesh for events, and I think a really valuable feature would be a **digest mode**. The bot could automatically gather all upcoming events **created through sesh** and post a summary in a designated channel at a set time (e.g., daily, weekly or every few hours).
The digest could show a clean list of events and use Discord **timestamp syntax** (`<t:UNIX_TIMESTAMP:F>`) so each user sees the time in their local timezone.
It could use a webhook for live update, or it could post a new list at the desired time and delete the old one.
Example:
```
📅 Upcoming Sesh Events
• Event A – <t:1733539200:F>
• Event B – <t:1733625600:F>
• Event C – <t:1733846400:F>
```
This would give servers a clear, up-to-date overview in a channel without members having to check each event individually or runs / commands
Thanks for considering!