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. secret

note

📝 RADAR Documentation - Command: Secret Note

🤝 Command Group: secret

📝 Command Name: note

📋 Parameters:

  • channel (optional) - Which channel to send the secret message

  • member (optional) - Which member to send the secret message to

  • title (optional) - The title of the secret message

  • message (optional) - You can type the message here or be prompted to type it later

  • url (optional) - Type a URL that will be embedded in the message

  • thumbnail (optional) - Thumbnail URL for the message

  • image (optional) - Image URL for the message

  • captcha (optional) - Protect the message with a captcha

  • password (optional) - Protect the message with a password

  • payment (optional) - Protect the message with a SOL/SPL payment

  • duration (optional) - The duration of the giveaway (Select time unit in next field)

  • duration_unit (optional) - The time unit of the duration

📝 Description:

Create a secret note to send to a channel or a specific member. This command allows you to create a secret message with various options such as title, message content, URL embedding, thumbnail, image, captcha protection, password protection, payment protection, and giveaway duration.

🔍 Example Usage:

  • Create a secret note with required parameters:

    !note #secrets "Important Announcement" "Please read the attached document for important information."

    This command creates a secret note with the title "Important Announcement" and the message "Please read the attached document for important information." The note will be sent to the #secrets channel.

  • Create a secret note with optional parameters:

    !note #secrets @username "Important Announcement" "Please read the attached document for important information." --url https://example.com --thumbnail https://example.com/thumbnail.png --captcha --password mypassword --payment --duration 1 --duration_unit days

    This command creates a secret note with the title "Important Announcement" and the message "Please read the attached document for important information." The note will be sent to the #secrets channel and directed to the @username member. It includes a URL, thumbnail, captcha protection, password protection, payment protection, and a giveaway duration of 1 day.

📝 Note:

  • This command allows you to create a secret note with various options.

  • The channel parameter is optional and specifies the channel where the secret note will be sent.

  • The member parameter is optional and specifies the member who will receive the secret note.

  • The title parameter is optional and sets the title of the secret note.

  • The message parameter is optional and sets the content of the secret note. If not provided, you will be prompted to enter the message later.

  • The url parameter is optional and embeds a URL in the secret note.

  • The thumbnail parameter is optional and sets the thumbnail URL for the secret note.

  • The image parameter is optional and sets the image URL for the secret note.

  • The captcha parameter is optional and adds captcha protection to the secret note.

  • The password parameter is optional and adds password protection to the secret note.

  • The payment parameter is optional and adds SOL/SPL payment protection to the secret note.

  • The duration parameter is optional and sets the duration of a giveaway associated with the secret note.

  • The duration_unit parameter is optional and specifies the time unit (days, hours, minutes, seconds) for the giveaway duration.

  • If no channel or member is specified, you will be prompted to select a channel or member to send the secret note.

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

  • The bot will create the secret note with the provided parameters and display a success or failure message accordingly.

  • The secret note will be sent to the specified channel or member.

  • If the secret note is successfully added to the database, the bot will display a success message.

  • If the secret note fails to be added to the database, the bot will display an error message.

PreviouseditNextresend

Last updated 1 year ago

Was this helpful?