Modify Guild
Modifies guild via OAuth2
The JSON parameters are found at : https://discord.com/developers/docs/resources/guild#modify-guild
oauth.modifyGuild(guildID, {
name: "This has been edited!"
}).then((x) => console.log(x))
Returns the new editied/modified guild as JSON!
Last updated