Real-Dev-Squad / discord-slash-commands

MIT License
5 stars 53 forks source link

add a utility which when called upon changes nickname #35

Closed RitikJaiswal75 closed 1 year ago

RitikJaiswal75 commented 1 year ago

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}