> For the complete documentation index, see [llms.txt](https://bewinxed.gitbook.io/radar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bewinxed.gitbook.io/radar-docs/bot_help/impostor/register.md).

# register

📝 **RADAR Documentation - Command: Enable Anti-Impostor**

🤝 **Command Group: impostor**

📝 **Command Name: register**

📋 **Parameters:**

* `member` (required: False) - User to enable anti-impostor protection for

📝 **Description:**

Enable anti-impostor protection for your user. This feature works across servers, helping to prevent impersonation.

🔍 **Example Usage:**

* Enable anti-impostor protection for yourself:

  ```
  !register
  ```

  *This command is used to enable anti-impostor protection for your own user. After executing the command, the bot will add you to the anti-impostor list, providing protection against impersonation.*
* Enable anti-impostor protection for another user:

  ```
  !register --member @User123
  ```

  *This command is used to enable anti-impostor protection for the specified user. Replace `@User123` with the mention of the user you want to protect. After executing the command, the bot will add the user to the anti-impostor list, providing protection against impersonation.*

📝 **Note:**

* This command allows you to enable anti-impostor protection for yourself or another user.
* If no `member` parameter is provided, the command will enable protection for your own user.
* If a `member` parameter is provided, you need to have admin privileges in the server to enable protection for that user.
* After executing the command, the bot will check if you have the necessary permissions to perform the action.
* If you don't have the required permissions, the bot will display an error message.
* The command response will be sent as an ephemeral message visible only to you.
* The bot will add the specified user to the anti-impostor list, providing protection against impersonation.
* The anti-impostor protection works across servers, ensuring that the user is protected from impersonation attempts.
