Compare commits

...

2 Commits

Author SHA1 Message Date
kozabrada123 b29d987ee4
Merge a9b1a61d84 into ec9541f38e 2024-08-21 16:59:00 +02:00
kozabrada123 a9b1a61d84 apparently Sb does not implement users/@me/notes 2024-08-21 16:58:41 +02:00
1 changed files with 3 additions and 0 deletions

View File

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