Snowflake Decoder

Discord IDs are snowflakes. Nexcord includes a free decoder that helps you read them.

What you can learn from a snowflake

  • Approximate creation time
  • Whether an ID lines up with the timeline you expect
  • Quick debugging context for users, messages, channels, and servers

Typical use cases

  • Moderation investigations
  • Support debugging
  • Verifying when an object was created

Tip

Combine snowflake decoding with user lookup or server lookup when you need broader context around an ID.