title: Modify Current User Nick category: Guild
modifyCurrentUserNick
$client->guild->modifyCurrentUserNick($parameters);
Modifies the nickname of the current user in a guild. Fires a Guild Member Update Gateway event.
Name | Type | Required | Default |
---|---|---|---|
guild.id | snowflake | true | null |
nick | string | false | null |
Returns a 200 with the nickname on success.