For the complete documentation index, see llms.txt. This page is also available as Markdown.

Change a members nickname

This action block changes the nickname of a member in a server. You can specify / target a specific user to change the nickname of.

Member

If this type is chosen, the bot will change the nickname of whoever executed the command / event or who clicked the button / menu option.

Selecting "user option" will change the nickname of the user selected inside the command from the user option.

User option

You must have a user option added in the command in order for this field to work. Only user options may be used in this field, IDs and variables can be used in User ID

This selection will change the nickname of the user and it will target a specific user ID or variable that contains a user ID.

User ID

This field accepts any plain user ID with no extra symbols or spaces. The ID can be in the form of a variable as well.

New Nickname

This field is the new nickname that you want to change the user’s nickname to. You can use variables and options inside this field.

Reason

This is an optional field. In this field you can input a reason why you are changing a members nickname. This reason will be shown in your server's audit log. Variables can also be used in this field.

Enable Success/Error Handles

Enable Success / Error Handles to detect success and errors inside of the action block. This allows you to run different actions if something goes wrong with your action. Inside of the handle, there are 2 different paths which are used to detect the outcome of the action. The green path on the bottom left side of the block indicates success, while the red path on the bottom right side of the block indicates error. You may attach action blocks to each side of the handle to get the outcome of your action block.

The Success/Error Handles feature includes 3 different error variables you can use to get information on why the action block encountered an error. Check them out here.

Last updated

Was this helpful?