add

πŸ“ RADAR Documentation - Command: Add

πŸ”’ Command Group: verification

πŸ”§ Command Name: add

πŸ“‹ Parameters:

  • collection (required: True) - Any part of the collection's name. (Type: string)

  • is_staking (required: True) - Does the project have staking enabled? (Type: boolean)

  • farm_address (required: False) - The project's staking address. (Type: string)

  • staking_type (required: False) - The staking system used by the project. (Type: string)

  • mint_address (required: False) - Use this only if your collection isn't on MagicEden. (Type: string)

  • traits_only (required: False) - Use this only to enable trait-specific roles. (Type: boolean)

πŸ“ Description:

Add a project to the guild's projects list for RADAR.

πŸ” Example Usage:

  • Add a project with required parameters:

    !add MyCollection True

    This command is used to add a project to the guild's projects list. Replace MyCollection with any part of the collection's name. Set True for the is_staking parameter if the project has staking enabled.

πŸ“ Note:

  • This command requires appropriate administrative permissions to execute.

  • Additional parameters (farm_address, staking_type, mint_address, traits_only) can be provided to add more details about the project.

πŸ”§ Command Signature:

Now you can use the RADAR bot's add command to add projects to the guild's projects list for easy management in your Solana NFT community on Discord.

Last updated