File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1015,12 +1015,12 @@ This endpoint supports the `X-Audit-Log-Reason` header.
10151015
10161016###### JSON Params
10171017
1018- | Field | Type | Description | Permission |
1019- | ---------| ---------| --------------------------------------| -----------------|
1020- | nick? | ?string | value to set user's nickname to | CHANGE_NICKNAME |
1021- | banner? | ?string | data URI base64 encoded banner image | |
1022- | avatar? | ?string | data URI base64 encoded avatar image | |
1023- | bio? | ?string | guild member bio | |
1018+ | Field | Type | Description | Permission |
1019+ | ---------| ---------| -------------------------------------------------------------------- | -----------------|
1020+ | nick? | ?string | value to set user's nickname to | CHANGE_NICKNAME |
1021+ | banner? | ?string | [ data URI base64 encoded] ( /docs/reference#image-data ) banner image | |
1022+ | avatar? | ?string | [ data URI base64 encoded] ( /docs/reference#image-data ) avatar image | |
1023+ | bio? | ?string | guild member bio | |
10241024
10251025## Modify Current User Nick
10261026<Route method = " PATCH" >/guilds/[ \{ guild.id\} ] ( /docs/resources/guild#guild-object ) /members/@me/nick </Route >
You can’t perform that action at this time.
0 commit comments