From a9b1a61d8467bf24ee19af132e82c929f1bd7407 Mon Sep 17 00:00:00 2001 From: kozabrada123 Date: Wed, 21 Aug 2024 16:58:41 +0200 Subject: [PATCH] apparently Sb does not implement users/@me/notes --- src/api/users/users.rs | 3 +++ 1 file changed, 3 insertions(+) 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> {