RADAR Docs
  • bot_help
    • alpha
      • announce_channels
      • call
      • register
      • resend
    • analytics
      • chart
      • floor
      • info
      • terminal
    • collections
      • add
      • edit
      • manage
      • remove
    • impostor
      • register
      • unregister
      • unwhitelist
      • whitelist
    • multisig
      • add_signer
      • create
      • sign
    • profiles
      • add_availability
      • afk
      • availability
      • back
      • referral
      • register
      • remove_availability
      • set_afk_message
      • set_timezone
    • raid
      • channel
      • panel
      • register
      • resend
      • role
      • subscribe
      • tweet
    • rarity
      • check
      • rank
      • scraper
      • snipe
    • secret
      • announce_channels
      • author
      • delete
      • edit
      • note
      • resend
    • server
      • backup
      • holder_welcome
      • holder_welcome_remove
      • holder_welcome_test
      • txt2discord
      • undo
    • shop
      • add_category
      • add_product
      • buy
      • create
      • fund
      • open
      • update_product
      • update_shop
    • tools
      • snapshot
    • verification
      • add
      • blacklist
      • manual
      • panel
      • profile
      • refresh_hashlist
      • register
      • role
      • test_token
      • toggle
      • unblacklist
    • votes
      • clear
      • create
      • extend
      • max_weight
      • multipliers
      • resend
    • whalewatch
      • add
      • settings
    • whitelist
      • add_role
      • create
      • enter
      • export
      • manage
      • minimum_balance
      • panel
      • remove
      • stats
      • update
      • wipe
  • api_documentation
    • docs
      • nft
        • Get NFT 🚀 - /nft/moonrank/{mint_address}
        • Get Guild Royalty Dashboard 💸 - /nft/guild_royalty_data/{guild_id}/dashboard
        • Get Multiple NFT Metadata 🔎 - /nft/metadata/multiple/
        • Get NFT Owner Information 🔎 - /nft/{mint}/owner
        • Retrieve Holder Snapshot for NFT 📊 - /nft/holder_snapshot
        • Royalties Status by Address 💰 - /nft/royalty_status_address/{address}
        • Royalties Status of Multiple NFTs 💰 - /nft/royalty_status_multiple_nfts
        • Royalties Status of NFT 💰 - /nft/royalty_status_nft/{nft}
Powered by GitBook
On this page

Was this helpful?

  1. bot_help
  2. whitelist

create

📝 RADAR Documentation - Command: Create Whitelist

🤝 Command Group: whitelist

📝 Command Name: create

📋 Parameters:

  • name (required: True) - The name of the whitelist.

  • network (required: True) - The network of the whitelist (SOL/ETH).

  • cap (required: False) - Add a cap (limit) to the whitelist.

  • day (required: False) - Day - deadline to whitelist (Optional).

  • month (required: False) - Month - deadline to whitelist (Optional).

  • hour (required: False) - UTC Hour - deadline to whitelist (Optional).

  • minute (required: False) - UTC Minute - deadline to whitelist (Optional).

  • minimum_balance (required: False) - Minimum balance required to join the whitelist (Optional, SOL Only).

📝 Description:

Creates a new whitelist.

🔍 Example Usage:

  • Create a new whitelist:

    !create "Solana Whitelist" SOL

    This command is used to create a new whitelist with the name "Solana Whitelist" on the Solana network. After executing the command, the bot will create the whitelist with default settings.

  • Create a new whitelist with optional parameters:

    !create "Ethereum Whitelist" ETH --cap 1000 --day 15 --month 10 --hour 18 --minute 30 --minimum_balance 5

    This command is used to create a new whitelist with the name "Ethereum Whitelist" on the Ethereum network. The whitelist will have a cap of 1000, a deadline on the 15th of October at 18:30 UTC, and a minimum balance requirement of 5 ETH.

📝 Note:

  • This command allows you to create a new whitelist.

  • Specify the name of the whitelist using the name parameter.

  • Specify the network of the whitelist (SOL or ETH) using the network parameter.

  • Optional parameters can be used to customize the whitelist:

    • cap sets a limit on the number of participants.

    • day, month, hour, and minute set the deadline for whitelisting.

    • minimum_balance sets the minimum balance required to join the whitelist (SOL only).

  • The command response will include the details of the created whitelist.

  • The command response will be sent as an ephemeral message visible only to you.

Previousadd_roleNextenter

Last updated 1 year ago

Was this helpful?