Disambiguate function name

This commit is contained in:
bitfl0wer 2023-08-26 16:22:18 +02:00
parent f120bcd386
commit 116f1312e7
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ impl Guild {
///
/// # Reference:
/// See <https://discord-userdoccers.vercel.app/resources/guild#modify-guild-member-profile>
pub async fn modify_member_profile(
pub async fn modify_current_member_profile(
guild_id: Snowflake,
schema: ModifyGuildMemberProfileSchema,
user: &mut ChorusUser,