Skip to content

Commit

Permalink
feat: Add banner field in Modify Current User request (#6710)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinerPL committed May 14, 2024
1 parent f7393bd commit 15245c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ Modify the requester's user account settings. Returns a [user](#DOCS_RESOURCES_U
|----------|-------------------------------------------|----------------------------------------------------------------------------------|
| username | string | user's username, if changed may cause the user's discriminator to be randomized. |
| avatar | ?[image data](#DOCS_REFERENCE/image-data) | if passed, modifies the user's avatar |
| banner | ?[image data](#DOCS_REFERENCE/image-data) | if passed, modifies the user's banner |

## Get Current User Guilds % GET /users/@me/guilds

Expand Down

0 comments on commit 15245c2

Please sign in to comment.