pub async fn validate_self_user(bot_token: &str, raw: &str) -> Result<String>Expand description
Validate a Discord user-ID string: numeric snowflake that resolves
via GET /users/{id}. Shared between the create-time path and
zad discord self set. Returns the canonical string form (not the
parsed u64) because the config field is already a String.