grumble grumble

This commit is contained in:
kozabrada123 2024-08-18 10:41:03 +02:00
parent 7e2e85988b
commit f63c6a7c75
2 changed files with 19 additions and 21 deletions

View File

@ -205,7 +205,7 @@ impl ChorusUser {
}
}
return Err(error);
Err(error)
}
// TODO: Add create_domain_connection (<https://docs.discord.sex/resources/user#create-domain-connection>)

View File

@ -422,9 +422,7 @@ pub enum CreateDomainConnectionReturn {
/// To verify ownership, either:
///
/// - add the proof string as a TXT DNS record to the domain,
/// with the name of the record being `_discord.{domain}`
///
/// or
/// with the name of the record being `_discord.{domain}` or
///
/// - serve the proof string as a file at `https://{domain}/.well-known/discord`
///