1. Decode a Discord ID and infer its shard
Discord bot developerBackground
A developer needs to inspect a Discord Snowflake ID and determine which shard it maps to in an eight-shard setup.
Problem
The timestamp and identifier fields are encoded inside the decimal ID and are not directly readable.
How to use
Enter `109580041603153152`, select Discord, and set the Discord shard count to `8`.
Platform: Discord; shard count: 8.Outcome
The HTML result presents the decoded Discord timestamp and bit fields and includes the inferred shard.