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:

Command Group - verification
Command Name - add
Parameters - collection:Any part of the collection's name (required: True), is_staking:Does the project have staking enabled (required: True), farm_address:What's the project's staking address? (required: False), staking_type:Which staking system does the project use? (required: False), mint_address:Only use this if your collection isn't on MagicEden (required: False), traits_only:Use this only to enable trait-specific roles (required: False)

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