apparently Sb does not implement users/@me/notes

This commit is contained in:
kozabrada123 2024-08-21 16:58:41 +02:00
parent 2f2407467e
commit a9b1a61d84
1 changed files with 3 additions and 0 deletions

View File

@ -523,6 +523,9 @@ impl ChorusUser {
} }
/// Returns a mapping of user IDs ([Snowflake]s) to notes ([String]s) for the current user. /// Returns a mapping of user IDs ([Snowflake]s) to notes ([String]s) for the current user.
///
/// # Notes
/// As of 2024/08/21, Spacebar does not yet implement this endpoint.
/// ///
/// # Reference /// # Reference
/// See <https://docs.discord.sex/resources/user#get-user-notes> /// See <https://docs.discord.sex/resources/user#get-user-notes>