diff --git a/src/api/users/users.rs b/src/api/users/users.rs index 1a7c655..483a85c 100644 --- a/src/api/users/users.rs +++ b/src/api/users/users.rs @@ -524,6 +524,9 @@ impl ChorusUser { /// 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 /// See pub async fn get_user_notes(&mut self) -> ChorusResult> {