Closed RitikJaiswal75 closed 1 year ago
Created a utility function named updateNickName
updateNickName
The function calls up on the /guilds/DISCORD_GUILD_ID/members/discordId The function takes in 3 parameters:
/guilds/DISCORD_GUILD_ID/members/discordId
It is a patch call made to discord's API with a body of {nick: nickname}
{nick: nickname}
Created a utility function named
updateNickName
The function calls up on the
/guilds/DISCORD_GUILD_ID/members/discordId
The function takes in 3 parameters:It is a patch call made to discord's API with a body of
{nick: nickname}