Change Member Nickname step

Introduction

This step is designed to update the nickname of a specific member in a Discord guild.

Configuration

  1. Guild: The guild where the nickname change will occur. This field is required to ensure that the action is targeted correctly.

  2. User: The user whose nickname will be changed. This field is required to specify the member affected by this step.

  3. Nickname: Set the new nickname for the member. The nickname must be up to 32 characters and can include alphanumeric characters and spaces. Ensure it adheres to the regular expression ^[a-zA-Z0-9 ]+$.

Usage

Ideal for adjusting member nicknames for reasons such as role designation, special acknowledgments, or personal preference within a guild.

Permissions

  • Requires the "Manage Nicknames" permission to change the nicknames of members.

Last updated