Skip to content

v1.3.9

Choose a tag to compare

@barryyip0625 barryyip0625 released this 06 Apr 18:09
· 47 commits to main since this release
0e46ca6

馃殌 What's New

Features

discord_read_messages time-range filtering

  • Add support for before, after, and around parameters to request messages using either:
    • a Discord snowflake ID, or
    • an ISO 8601 date string (e.g. 2026-04-07T00:00:00Z)
  • ISO date strings are converted to synthetic Discord snowflakes using Discord鈥檚 epoch offset.
  • Enforce mutual exclusion: only one of before, after, or around can be specified per call (validated at parse time via a Zod refinement).
  • Pass through raw snowflake IDs unchanged.