Compare commits

..

1 Commits

Author SHA1 Message Date
kozabrada123 1caa36f6d4
Merge 2f2407467e into ec9541f38e 2024-08-18 12:50:25 +00:00
1 changed files with 0 additions and 3 deletions

View File

@ -524,9 +524,6 @@ 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 <https://docs.discord.sex/resources/user#get-user-notes>
pub async fn get_user_notes(&mut self) -> ChorusResult<HashMap<Snowflake, String>> {