Discord to site
The bot listens on THREAD_CREATE and MESSAGE_CREATE in the
forum channels, then writes a thread record with its discord_thread_id intact.
Tags map onto the channel's available_tags.
Every thread in our Discord forum channels, mirrored here and readable without an account. Post from either side and it lands in both.
Last sync: …
Nothing matches that search.
The bot isn't built yet, so this page reads from
data/forums.json, which is already shaped like Discord's API.
The bot listens on THREAD_CREATE and MESSAGE_CREATE in the
forum channels, then writes a thread record with its discord_thread_id intact.
Tags map onto the channel's available_tags.
A thread opened here is stored with discord_thread_id: null and
origin: "website". The bot picks it up, creates the forum post, and writes the
snowflake back so the two records are joined for good.
Every record carries synced_at, so conflicts resolve last-write-wins. Pins,
locks and reaction counts mirror from Discord and are read-only on the site.