blacklist

📝 RADAR Documentation - Command: Blacklist

🔒 Command Group: verification

🔧 Command Name: blacklist

📋 Parameters:

  • reason (required: True) - The reason for blacklisting the user. (Type: string)

  • member (required: False) - The member to blacklist. (Type: user)

  • nft (required: False) - The NFT to blacklist. (Type: string)

📝 Description:

Blacklist a user from being able to verify.

🔍 Example Usage:

  • Blacklist a user:

    !blacklist "Inappropriate behavior" @username

    This command is used to blacklist the mentioned @username from using NiftyPASS due to inappropriate behavior. Provide the reason for blacklisting in double quotes.

  • Blacklist an NFT:

    !blacklist "Fraudulent NFT" --nft <nft_address>

    This command is used to blacklist an NFT with the specified nft_address from being used in NiftyPASS. Provide the reason for blacklisting in double quotes and use the --nft flag followed by the NFT address.

📝 Note:

  • This command requires appropriate administrative permissions to execute.

  • The member parameter is optional. If provided, the command will blacklist the mentioned member.

  • The nft parameter is optional. If provided, the command will blacklist the specified NFT.

🔧 Command Signature:

Command Group - verification
Command Name - blacklist
Parameters - reason:The reason for blacklisting (required: True), member:The member to blacklist (required: False), nft:The NFT to blacklist (required: False)

Now you can use the RADAR bot's blacklist command to blacklist users or NFTs from using NiftyPASS in your Solana NFT community on Discord.

Last updated