How it works
Discord uses snowflake IDs for many objects such as users, messages, channels and servers. The high bits contain a timestamp relative to Discord’s epoch, so the creation time can be calculated locally from the numeric ID.
Convert a Discord ID into its embedded creation time and snowflake components.